/third_party/skia/third_party/externals/dng_sdk/source/ |
D | dng_gain_map.cpp | 344 dng_point mapPoints; in GetStream() local 346 mapPoints.v = stream.Get_uint32 (); in GetStream() 347 mapPoints.h = stream.Get_uint32 (); in GetStream() 367 (int) mapPoints.v, in GetStream() 368 (int) mapPoints.h); in GetStream() 385 if (mapPoints.v == 1) in GetStream() 391 if (mapPoints.h == 1) in GetStream() 397 if (mapPoints.v < 1 || in GetStream() 398 mapPoints.h < 1 || in GetStream() 407 mapPoints, in GetStream() [all …]
|
/third_party/flutter/skia/gm/ |
D | bigmatrix.cpp | 46 m.mapPoints(&pt, 1); 51 m.mapPoints(&pt, 1); 63 m.mapPoints(&pt, 1);
|
D | dstreadshuffle.cpp | 87 rot.mapPoints(points + i, points + i - 1, 1); in drawShape() 133 rot.mapPoints(pts, 2); in DrawHairlines()
|
/third_party/skia/gm/ |
D | bigmatrix.cpp | 43 m.mapPoints(&pt, 1); 47 m.mapPoints(&pt, 1); 59 m.mapPoints(&pt, 1);
|
D | dstreadshuffle.cpp | 89 rot.mapPoints(points + i, points + i - 1, 1); in drawShape() 137 rot.mapPoints(pts, 2); in DrawHairlines()
|
/third_party/flutter/skia/samplecode/ |
D | SampleFatBits.cpp | 261 fInverse.mapPoints(pts, 2); in drawLine() 284 fMatrix.mapPoints(pts, 2); in drawLine() 293 fInverse.mapPoints(pts, 2); in drawRect() 313 fMatrix.mapPoints(pts, 2); in drawRect() 336 fInverse.mapPoints(pts, 3); in drawTriangle() 356 fMatrix.mapPoints(pts, 3); in drawTriangle() 385 SkMatrix::MakeScale(SkIntToScalar(fZoom)).mapPoints(fPts, 3); in DrawLineView()
|
/third_party/skia/samplecode/ |
D | SampleFatBits.cpp | 260 fInverse.mapPoints(pts, 2); in drawLine() 283 fMatrix.mapPoints(pts, 2); in drawLine() 292 fInverse.mapPoints(pts, 2); in drawRect() 312 fMatrix.mapPoints(pts, 2); in drawRect() 335 fInverse.mapPoints(pts, 3); in drawTriangle() 355 fMatrix.mapPoints(pts, 3); in drawTriangle() 384 SkMatrix::Scale(fZoom, fZoom).mapPoints(fPts, 3); in DrawLineView()
|
/third_party/skia/tests/ |
D | WangsFormulaTest.cpp | 260 m.mapPoints(pts, kSerp, 4); in DEF_TEST() 263 m.mapPoints(pts, kLoop, 4); in DEF_TEST() 266 m.mapPoints(pts, kQuad, 3); in DEF_TEST() 283 m.mapPoints(ptsXformed, pts, 4); in DEF_TEST() 291 m.mapPoints(ptsXformed, pts, 3); in DEF_TEST() 501 m.mapPoints(ptsXformed, pts, 3); in DEF_TEST()
|
/third_party/skia/src/core/ |
D | SkGlyphBuffer.cpp | 56 matrix.mapPoints(fPositions, positions.data(), positions.size()); in startBitmapDevice() 85 device.mapPoints(fPositions, positions.data(), positions.size()); in startGPUDevice()
|
D | SkImageFilterTypes.cpp | 110 matrix.mapPoints(&p, 1); in map() 117 matrix.mapPoints(&p, &geom, 1); in map()
|
/third_party/flutter/skia/src/gpu/ops/ |
D | GrAAHairLinePathRenderer.cpp | 309 m.mapPoints(devPts, srcSpaceQuadPts, 3); in gather_lines_and_quads() 334 m.mapPoints(devPts, chopPnts, 3); in gather_lines_and_quads() 377 m.mapPoints(devPts, pathPts, 2); in gather_lines_and_quads() 409 m.mapPoints(devPts, pathPts, 4); in gather_lines_and_quads() 446 m.mapPoints(devPts, pathPts, 1); in gather_lines_and_quads() 529 toDevice->mapPoints(&a, 1); in bloat_quad() 530 toDevice->mapPoints(&b, 1); in bloat_quad() 531 toDevice->mapPoints(&c, 1); in bloat_quad() 760 viewMatrix.mapPoints(&pos, 1); in check_bounds()
|
/third_party/flutter/skia/src/effects/ |
D | Sk2DPathEffect.cpp | 60 mat.mapPoints(&dst, &src, 1); in nextSpan() 94 this->getMatrix().mapPoints(dstP, src, 2); in nextSpan()
|
/third_party/flutter/skia/src/utils/ |
D | SkPatchUtils.cpp | 165 matrix->mapPoints(pts, kNumPtsCubic); in GetLevelOfDetail() 169 matrix->mapPoints(pts, kNumPtsCubic); in GetLevelOfDetail() 173 matrix->mapPoints(pts, kNumPtsCubic); in GetLevelOfDetail() 177 matrix->mapPoints(pts, kNumPtsCubic); in GetLevelOfDetail()
|
D | SkShadowTessellator.cpp | 767 m.mapPoints(p, 1); in handleLine() 798 m.mapPoints(pts, 3); in handleQuad() 803 m.mapPoints(pts, 4); in handleCubic() 827 m.mapPoints(pts, 3); in handleConic() 1082 ctm.mapPoints(clipPts, &pts[1], 1); in computeClipAndPathPolygons() 1087 ctm.mapPoints(clipPts, pts, 3); in computeClipAndPathPolygons() 1096 ctm.mapPoints(clipPts, pts, 3); in computeClipAndPathPolygons() 1107 ctm.mapPoints(clipPts, pts, 4); in computeClipAndPathPolygons()
|
/third_party/skia/src/utils/ |
D | SkPatchUtils.cpp | 167 matrix->mapPoints(pts, kNumPtsCubic); in GetLevelOfDetail() 171 matrix->mapPoints(pts, kNumPtsCubic); in GetLevelOfDetail() 175 matrix->mapPoints(pts, kNumPtsCubic); in GetLevelOfDetail() 179 matrix->mapPoints(pts, kNumPtsCubic); in GetLevelOfDetail()
|
D | SkShadowTessellator.cpp | 764 m.mapPoints(p, 1); in handleLine() 795 m.mapPoints(pts, 3); in handleQuad() 800 m.mapPoints(pts, 4); in handleCubic() 824 m.mapPoints(pts, 3); in handleConic() 1079 ctm.mapPoints(clipPts, &pts[1], 1); in computeClipAndPathPolygons() 1084 ctm.mapPoints(clipPts, pts, 3); in computeClipAndPathPolygons() 1093 ctm.mapPoints(clipPts, pts, 3); in computeClipAndPathPolygons() 1104 ctm.mapPoints(clipPts, pts, 4); in computeClipAndPathPolygons()
|
/third_party/skia/docs/examples/ |
D | Matrix_mapPoints_2.cpp | 16 matrix.mapPoints(pts, count); in draw()
|
D | Matrix_mapPoints.cpp | 16 matrix.mapPoints(dst, src, count); in draw()
|
D | Canvas_drawRect.cpp | 20 rotator.mapPoints(rectPts, 2); in draw()
|
/third_party/flutter/skia/docs/examples/ |
D | Matrix_mapPoints_2.cpp | 16 matrix.mapPoints(pts, count); in draw()
|
D | Matrix_mapPoints.cpp | 16 matrix.mapPoints(dst, src, count); in draw()
|
D | Canvas_drawRect.cpp | 20 rotator.mapPoints(rectPts, 2); in draw()
|
/third_party/skia/src/effects/ |
D | Sk2DPathEffect.cpp | 53 mat.mapPoints(&dst, &src, 1); in nextSpan() 132 this->getMatrix().mapPoints(dstP, src, 2); in nextSpan()
|
/third_party/flutter/skia/modules/skottie/gm/ |
D | 3dgm.cpp | 143 viewport.mapPoints(pts, 8); in onDraw() 178 viewport.mapPoints(dst, 4); in onDraw()
|
/third_party/skia/src/gpu/ops/ |
D | AAHairLinePathRenderer.cpp | 318 m.mapPoints(devPts, srcSpaceQuadPts, 3); in gather_lines_and_quads() 343 m.mapPoints(devPts, chopPnts, 3); in gather_lines_and_quads() 386 m.mapPoints(devPts, pathPts, 2); in gather_lines_and_quads() 418 m.mapPoints(devPts, pathPts, 4); in gather_lines_and_quads() 455 m.mapPoints(devPts, pathPts, 1); in gather_lines_and_quads() 540 toDevice->mapPoints(&a, 1); in bloat_quad() 541 toDevice->mapPoints(&b, 1); in bloat_quad() 542 toDevice->mapPoints(&c, 1); in bloat_quad()
|