Home
last modified time | relevance | path

Searched refs:mapPoints (Results 1 – 25 of 121) sorted by relevance

12345

/external/dng_sdk/source/
Ddng_gain_map.cpp344 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 …]
/external/skqp/gm/
Dbigmatrix.cpp37 m.mapPoints(&pt, 1);
42 m.mapPoints(&pt, 1);
55 m.mapPoints(&pt, 1);
Ddstreadshuffle.cpp72 rot.mapPoints(points + i, points + i - 1, 1); in drawShape()
118 rot.mapPoints(pts, 2); in DrawHairlines()
D3dgm.cpp129 viewport.mapPoints(pts, 8); in onDraw()
164 viewport.mapPoints(dst, 4); in onDraw()
/external/skia/gm/
Dbigmatrix.cpp44 m.mapPoints(&pt, 1);
48 m.mapPoints(&pt, 1);
60 m.mapPoints(&pt, 1);
Ddstreadshuffle.cpp89 rot.mapPoints(points + i, points + i - 1, 1); in drawShape()
137 rot.mapPoints(pts, 2); in DrawHairlines()
/external/skia/samplecode/
DSampleFatBits.cpp261 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::Scale(fZoom, fZoom).mapPoints(fPts, 3); in DrawLineView()
/external/skqp/samplecode/
DSampleFatBits.cpp261 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()
/external/skia/src/core/
DSkGlyphBuffer.cpp56 matrix.mapPoints(fPositions, positions.data(), positions.size()); in startBitmapDevice()
85 device.mapPoints(fPositions, positions.data(), positions.size()); in startGPUDevice()
DSkImageFilterTypes.cpp76 matrix.mapPoints(&p, 1); in map()
83 matrix.mapPoints(&p, &geom, 1); in map()
/external/skia/tests/
DWangsFormulaTest.cpp258 m.mapPoints(pts, kSerp, 4); in DEF_TEST()
261 m.mapPoints(pts, kLoop, 4); in DEF_TEST()
264 m.mapPoints(pts, kQuad, 3); in DEF_TEST()
281 m.mapPoints(ptsXformed, pts, 4); in DEF_TEST()
289 m.mapPoints(ptsXformed, pts, 3); in DEF_TEST()
500 m.mapPoints(ptsXformed, pts, 3); in DEF_TEST()
/external/skqp/src/gpu/ops/
DGrAAHairLinePathRenderer.cpp309 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()
/external/skia/src/effects/
DSk2DPathEffect.cpp65 mat.mapPoints(&dst, &src, 1); in nextSpan()
99 this->getMatrix().mapPoints(dstP, src, 2); in nextSpan()
/external/skqp/src/effects/
DSk2DPathEffect.cpp60 mat.mapPoints(&dst, &src, 1); in nextSpan()
94 this->getMatrix().mapPoints(dstP, src, 2); in nextSpan()
/external/skia/src/utils/
DSkPatchUtils.cpp167 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()
DSkShadowTessellator.cpp768 m.mapPoints(p, 1); in handleLine()
799 m.mapPoints(pts, 3); in handleQuad()
804 m.mapPoints(pts, 4); in handleCubic()
828 m.mapPoints(pts, 3); in handleConic()
1083 ctm.mapPoints(clipPts, &pts[1], 1); in computeClipAndPathPolygons()
1088 ctm.mapPoints(clipPts, pts, 3); in computeClipAndPathPolygons()
1097 ctm.mapPoints(clipPts, pts, 3); in computeClipAndPathPolygons()
1108 ctm.mapPoints(clipPts, pts, 4); in computeClipAndPathPolygons()
/external/skqp/src/utils/
DSkPatchUtils.cpp165 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()
DSkShadowTessellator.cpp764 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()
1077 ctm.mapPoints(clipPts, &pts[1], 1); in computeClipAndPathPolygons()
1082 ctm.mapPoints(clipPts, pts, 3); in computeClipAndPathPolygons()
1091 ctm.mapPoints(clipPts, pts, 3); in computeClipAndPathPolygons()
1102 ctm.mapPoints(clipPts, pts, 4); in computeClipAndPathPolygons()
/external/skia/docs/examples/
DMatrix_mapPoints_2.cpp16 matrix.mapPoints(pts, count); in draw()
DMatrix_mapPoints.cpp16 matrix.mapPoints(dst, src, count); in draw()
DCanvas_drawRect.cpp20 rotator.mapPoints(rectPts, 2); in draw()
/external/skia/src/gpu/ops/
DGrAAHairLinePathRenderer.cpp310 m.mapPoints(devPts, srcSpaceQuadPts, 3); in gather_lines_and_quads()
335 m.mapPoints(devPts, chopPnts, 3); in gather_lines_and_quads()
378 m.mapPoints(devPts, pathPts, 2); in gather_lines_and_quads()
410 m.mapPoints(devPts, pathPts, 4); in gather_lines_and_quads()
447 m.mapPoints(devPts, pathPts, 1); in gather_lines_and_quads()
530 toDevice->mapPoints(&a, 1); in bloat_quad()
531 toDevice->mapPoints(&b, 1); in bloat_quad()
532 toDevice->mapPoints(&c, 1); in bloat_quad()
782 viewMatrix.mapPoints(&pos, 1); in check_bounds()
/external/skqp/include/core/
DSkMatrix.h1228 void mapPoints(SkPoint dst[], const SkPoint src[], int count) const { in mapPoints() function
1258 void mapPoints(SkPoint pts[], int count) const { in mapPoints() function
1259 this->mapPoints(pts, pts, count); in mapPoints()
1487 this->mapPoints(dst, 4); in mapRectToQuad()
/external/skqp/experimental/canvaskit/htmlcanvas/
Dlineargradient.js55 CanvasKit.SkMatrix.mapPoints(currentTransform, pts);
/external/skia/modules/canvaskit/htmlcanvas/
Dlineargradient.js55 CanvasKit.Matrix.mapPoints(currentTransform, pts);

12345