Home
last modified time | relevance | path

Searched defs:ctm (Results 1 – 25 of 310) sorted by relevance

12345678910>>...13

/aosp_15_r20/external/igt-gpu-tools/tests/
H A Dkms_color.c240 struct drm_color_ctm ctm; in set_ctm() local
930 double ctm[] = { 0.0, 0.0, 0.0, in run_tests_for_pipe() local
943 double ctm[] = { 1.0, 1.0, 0.0, in run_tests_for_pipe() local
956 double ctm[] = { 1.0, 0.0, 1.0, in run_tests_for_pipe() local
971 double ctm[] = { 0.25, 0.0, 0.0, in run_tests_for_pipe() local
992 double ctm[] = { 0.5, 0.0, 0.0, in run_tests_for_pipe() local
1013 double ctm[] = { 0.75, 0.0, 0.0, in run_tests_for_pipe() local
1036 double ctm[] = { 100.0, 0.0, 0.0, in run_tests_for_pipe() local
1054 double ctm[] = { -1.0, 0.0, 0.0, in run_tests_for_pipe() local
/aosp_15_r20/external/skia/modules/sksg/src/
H A DSkSGRenderNode.cpp67 const SkMatrix& ctm) { in LocalShader()
102 void RenderNode::RenderContext::modulatePaint(const SkMatrix& ctm, SkPaint* paint, in modulatePaint()
164 RenderNode::ScopedRenderContext::modulateMaskShader(sk_sp<SkShader> ms, const SkMatrix& ctm) { in modulateMaskShader()
194 RenderNode::ScopedRenderContext::setIsolation(const SkRect& bounds, const SkMatrix& ctm, in setIsolation()
217 RenderNode::ScopedRenderContext::setFilterIsolation(const SkRect& bounds, const SkMatrix& ctm, in setFilterIsolation()
H A DSkSGTransform.cpp55 SkRect onRevalidate(InvalidationController* ic, const SkMatrix& ctm) override { in onRevalidate()
100 SkRect onRevalidate(InvalidationController* ic, const SkMatrix& ctm) override { in onRevalidate()
193 SkRect TransformEffect::onRevalidate(InvalidationController* ic, const SkMatrix& ctm) { in onRevalidate()
H A DSkSGPaint.cpp50 SkRect Color::onRevalidate(InvalidationController* ic, const SkMatrix& ctm) { in onRevalidate()
74 SkRect ShaderPaint::onRevalidate(InvalidationController* ic, const SkMatrix& ctm) { in onRevalidate()
H A DSkSGRenderEffect.cpp71 SkRect ShaderEffect::onRevalidate(InvalidationController* ic, const SkMatrix& ctm) { in onRevalidate()
113 SkRect ImageFilterEffect::onRevalidate(InvalidationController* ic, const SkMatrix& ctm) { in onRevalidate()
/aosp_15_r20/external/libkmsxx/py/tests/
H A Dctm_test.py7 def ctm_to_blob(ctm, card): argument
59 ctm = [ 0.0, 1.0, 0.0, variable
78 ctm = [ 1.0, 0.0, 0.0, variable
88 ctm = [ 0.0, 0.0, 1.0, variable
/aosp_15_r20/external/skia/tests/
H A DShadowTest.cpp48 void tessellate_shadow(skiatest::Reporter* reporter, const SkPath& path, const SkMatrix& ctm, in tessellate_shadow()
136 void check_xformed_bounds(skiatest::Reporter* reporter, const SkPath& path, const SkMatrix& ctm) { in check_xformed_bounds()
186 SkMatrix ctm; in check_bounds() local
/aosp_15_r20/external/skia/src/core/
H A DSkRasterClipStack.h53 void clipRect(const SkMatrix& ctm, const SkRect& rect, SkClipOp op, bool aa) { in clipRect()
58 void clipRRect(const SkMatrix& ctm, const SkRRect& rrect, SkClipOp op, bool aa) { in clipRRect()
63 void clipPath(const SkMatrix& ctm, const SkPath& path, SkClipOp op, bool aa) { in clipPath()
H A DSkPathUtils.cpp30 const SkRect* cullRect, const SkMatrix& ctm) { in FillPathWithPaint()
87 const SkMatrix& ctm) { in FillPathWithPaint()
H A DSkDrawShadowInfo.cpp23 const SkMatrix& ctm, const SkPoint3& zPlaneParams, in GetSpotShadowTransform()
124 void GetLocalBounds(const SkPath& path, const SkDrawShadowRec& rec, const SkMatrix& ctm, in GetLocalBounds()
/aosp_15_r20/external/skia/src/utils/
H A DSkShadowTessellator.cpp926 const SkMatrix& ctm, in SkAmbientShadowTessellator()
960 bool SkAmbientShadowTessellator::computePathPolygon(const SkPath& path, const SkMatrix& ctm) { in computePathPolygon()
1020 SkSpotShadowTessellator::SkSpotShadowTessellator(const SkPath& path, const SkMatrix& ctm, in SkSpotShadowTessellator()
1069 bool SkSpotShadowTessellator::computeClipAndPathPolygons(const SkPath& path, const SkMatrix& ctm, in computeClipAndPathPolygons()
1167 sk_sp<SkVertices> SkShadowTessellator::MakeAmbient(const SkPath& path, const SkMatrix& ctm, in MakeAmbient()
1176 sk_sp<SkVertices> SkShadowTessellator::MakeSpot(const SkPath& path, const SkMatrix& ctm, in MakeSpot()
/aosp_15_r20/external/skia/gm/
H A Drasterhandleallocator.cpp81 void updateHandle(Handle hndl, const SkMatrix& ctm, const SkIRect& clip) override { in updateHandle()
110 static CGAffineTransform matrix_to_transform(CGContextRef cg, const SkMatrix& ctm) { in matrix_to_transform()
143 void updateHandle(Handle hndl, const SkMatrix& ctm, const SkIRect& clip) override { in updateHandle()
245 void updateHandle(Handle handle, const SkMatrix& ctm, const SkIRect& clip_bounds) override { in updateHandle()
H A Dpictureshader.cpp80 SkMatrix ctm, localMatrix; in onDraw() local
105 SkMatrix ctm, localMatrix; in drawSceneColumn() local
H A Dfontations_ft_compare.cpp173 SkMatrix ctm = canvas->getLocalToDeviceAs3x3(); in onDraw() local
221 SkMatrix ctm = canvas->getLocalToDeviceAs3x3(); in onDraw() local
H A Dcrbug_1162942.cpp26 SkMatrix ctm = SkMatrix::MakeAll( variable
/aosp_15_r20/external/skia/src/gpu/ganesh/
H A DSkGr.cpp366 const SkMatrix& ctm, in skpaint_to_grpaint_impl()
556 const SkMatrix& ctm, in SkPaintToGrPaint()
573 const SkMatrix& ctm, in SkPaintToGrPaintReplaceShader()
592 const SkMatrix& ctm, in SkPaintToGrPaintWithBlend()
H A DClipStack.h87 void clipRect(const SkMatrix& ctm, const SkRect& rect, GrAA aa, SkClipOp op) { in clipRect()
90 void clipRRect(const SkMatrix& ctm, const SkRRect& rrect, GrAA aa, SkClipOp op) { in clipRRect()
93 void clipPath(const SkMatrix& ctm, const SkPath& path, GrAA aa, SkClipOp op) { in clipPath()
H A DGrFragmentProcessors.cpp109 const SkMatrix& ctm) { in make_fp_from_shader_mask_filter()
118 const SkMatrix& ctm) { in Make()
1104 const SkMatrix& ctm) { in Make()
H A DDevice_drawTexture.cpp167 const SkMatrix& ctm, in draw_texture()
486 SkMatrix ctm = this->localToDevice(); in drawImageQuadDirect() local
/aosp_15_r20/external/skia/tools/gpu/ganesh/
H A DAtlasTextOpTools.cpp32 const SkMatrix& ctm, in CreateOp()
76 SkMatrix ctm = GrTest::TestMatrixInvertible(random); in GR_DRAW_OP_TEST_DEFINE() local
/aosp_15_r20/external/skia/modules/skottie/src/effects/
H A DDisplacementMapEffect.cpp187 sk_sp<SkShader> buildEffectShader(sksg::InvalidationController* ic, const SkMatrix& ctm) { in buildEffectShader()
196 sksg::InvalidationController* ic, const SkMatrix& ctm) { in buildEffectShader()
264 SkRect onRevalidate(sksg::InvalidationController* ic, const SkMatrix& ctm) override { in onRevalidate()
/aosp_15_r20/external/skia/src/pdf/
H A DSkPDFDevice.cpp213 static void transform_shader(SkPaint* paint, const SkMatrix& ctm) { in transform_shader()
563 const SkMatrix& ctm, in internalDrawPathWithFilter()
628 const SkMatrix& ctm, in internalDrawPath()
821 SkPoint xy, const SkMatrix& ctm) { in get_glyph_bounds_device_space()
1579 const SkMatrix& ctm) { in internalDrawImageRect()
/aosp_15_r20/external/skia/tools/viewer/
H A DImageFilterDAGSlide.cpp123 static FilterNode build_dag(const SkMatrix& ctm, const SkRect& rect, in build_dag()
297 SkMatrix ctm = canvas->getTotalMatrix(); in draw_dag() local
/aosp_15_r20/external/boringssl/src/crypto/x509/
H A Dx509_vfy.c1371 int X509_cmp_current_time(const ASN1_TIME *ctm) { in X509_cmp_current_time()
1375 int X509_cmp_time(const ASN1_TIME *ctm, const time_t *cmp_time) { in X509_cmp_time()
1380 int X509_cmp_time_posix(const ASN1_TIME *ctm, int64_t cmp_time) { in X509_cmp_time_posix()
/aosp_15_r20/external/cronet/third_party/boringssl/src/crypto/x509/
H A Dx509_vfy.c1369 int X509_cmp_current_time(const ASN1_TIME *ctm) { in X509_cmp_current_time()
1373 int X509_cmp_time(const ASN1_TIME *ctm, const time_t *cmp_time) { in X509_cmp_time()
1378 int X509_cmp_time_posix(const ASN1_TIME *ctm, int64_t cmp_time) { in X509_cmp_time_posix()

12345678910>>...13