/aosp_15_r20/external/igt-gpu-tools/tests/ |
H A D | kms_color.c | 240 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 D | SkSGRenderNode.cpp | 67 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 D | SkSGTransform.cpp | 55 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 D | SkSGPaint.cpp | 50 SkRect Color::onRevalidate(InvalidationController* ic, const SkMatrix& ctm) { in onRevalidate() 74 SkRect ShaderPaint::onRevalidate(InvalidationController* ic, const SkMatrix& ctm) { in onRevalidate()
|
H A D | SkSGRenderEffect.cpp | 71 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 D | ctm_test.py | 7 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 D | ShadowTest.cpp | 48 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 D | SkRasterClipStack.h | 53 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 D | SkPathUtils.cpp | 30 const SkRect* cullRect, const SkMatrix& ctm) { in FillPathWithPaint() 87 const SkMatrix& ctm) { in FillPathWithPaint()
|
H A D | SkDrawShadowInfo.cpp | 23 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 D | SkShadowTessellator.cpp | 926 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 D | rasterhandleallocator.cpp | 81 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 D | pictureshader.cpp | 80 SkMatrix ctm, localMatrix; in onDraw() local 105 SkMatrix ctm, localMatrix; in drawSceneColumn() local
|
H A D | fontations_ft_compare.cpp | 173 SkMatrix ctm = canvas->getLocalToDeviceAs3x3(); in onDraw() local 221 SkMatrix ctm = canvas->getLocalToDeviceAs3x3(); in onDraw() local
|
H A D | crbug_1162942.cpp | 26 SkMatrix ctm = SkMatrix::MakeAll( variable
|
/aosp_15_r20/external/skia/src/gpu/ganesh/ |
H A D | SkGr.cpp | 366 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 D | ClipStack.h | 87 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 D | GrFragmentProcessors.cpp | 109 const SkMatrix& ctm) { in make_fp_from_shader_mask_filter() 118 const SkMatrix& ctm) { in Make() 1104 const SkMatrix& ctm) { in Make()
|
H A D | Device_drawTexture.cpp | 167 const SkMatrix& ctm, in draw_texture() 486 SkMatrix ctm = this->localToDevice(); in drawImageQuadDirect() local
|
/aosp_15_r20/external/skia/tools/gpu/ganesh/ |
H A D | AtlasTextOpTools.cpp | 32 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 D | DisplacementMapEffect.cpp | 187 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 D | SkPDFDevice.cpp | 213 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 D | ImageFilterDAGSlide.cpp | 123 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 D | x509_vfy.c | 1371 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 D | x509_vfy.c | 1369 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()
|