Home
last modified time | relevance | path

Searched refs:numPts (Results 1 – 7 of 7) sorted by relevance

/external/skia/tools/
Dpath_utils.cpp36 int numPts = path.countPoints(); in dump_path() local
39 SkASSERT(numPts <= kMaxPts); in dump_path()
60 pathStream->writeDecAsText(numPts); in dump_path()
67 for (int i = 0; i < numPts; ++i) { in dump_path()
/external/skia/src/gpu/gl/
DGrGLPath.cpp109 SkDEBUGCODE(int numPts = 0); in GrGLPath()
113 SkDEBUGCODE(numPts += num_pts(v)); in GrGLPath()
115 SkASSERT(pathPoints.count() == numPts); in GrGLPath()
/external/chromium_org/third_party/skia/src/gpu/gl/
DGrGLPath.cpp109 SkDEBUGCODE(int numPts = 0); in GrGLPath()
113 SkDEBUGCODE(numPts += num_pts(v)); in GrGLPath()
115 SkASSERT(pathPoints.count() == numPts); in GrGLPath()
/external/skia/src/gpu/
DGrDefaultPathRenderer.cpp281 uint16_t numPts = (uint16_t) in createGeom() local
287 for (uint16_t i = 0; i < numPts; ++i) { in createGeom()
297 uint16_t numPts = (uint16_t) GrPathUtils::generateCubicPoints( in createGeom() local
302 for (uint16_t i = 0; i < numPts; ++i) { in createGeom()
/external/chromium_org/third_party/skia/src/gpu/
DGrDefaultPathRenderer.cpp281 uint16_t numPts = (uint16_t) in createGeom() local
287 for (uint16_t i = 0; i < numPts; ++i) { in createGeom()
297 uint16_t numPts = (uint16_t) GrPathUtils::generateCubicPoints( in createGeom() local
302 for (uint16_t i = 0; i < numPts; ++i) { in createGeom()
/external/chromium_org/third_party/skia/src/utils/debugger/
DSkDrawCommand.cpp557 size_t numPts = paint.countText(text, byteLength); in SkDrawPosTextCommand() local
563 fPos = new SkPoint[numPts]; in SkDrawPosTextCommand()
564 memcpy(fPos, pos, numPts * sizeof(SkPoint)); in SkDrawPosTextCommand()
583 size_t numPts = paint.countText(text, byteLength); in SkDrawPosTextHCommand() local
589 fXpos = new SkScalar[numPts]; in SkDrawPosTextHCommand()
590 memcpy(fXpos, xpos, numPts * sizeof(SkScalar)); in SkDrawPosTextHCommand()
/external/skia/src/utils/debugger/
DSkDrawCommand.cpp557 size_t numPts = paint.countText(text, byteLength); in SkDrawPosTextCommand() local
563 fPos = new SkPoint[numPts]; in SkDrawPosTextCommand()
564 memcpy(fPos, pos, numPts * sizeof(SkPoint)); in SkDrawPosTextCommand()
583 size_t numPts = paint.countText(text, byteLength); in SkDrawPosTextHCommand() local
589 fXpos = new SkScalar[numPts]; in SkDrawPosTextHCommand()
590 memcpy(fXpos, xpos, numPts * sizeof(SkScalar)); in SkDrawPosTextHCommand()