Searched refs:scalarsPerPos (Results 1 – 8 of 8) sorted by relevance
/external/skia/tests/ |
D | SVGDeviceTest.cpp | 54 unsigned scalarsPerPos, 83 int xposCount = (scalarsPerPos < 1) ? 1 : textLen; 88 if (scalarsPerPos < 1) { 103 int yposCount = (scalarsPerPos < 2) ? 1 : textLen; 108 if (scalarsPerPos < 2) {
|
/external/skqp/tests/ |
D | SVGDeviceTest.cpp | 46 unsigned scalarsPerPos, 75 int xposCount = (scalarsPerPos < 1) ? 1 : textLen; 80 if (scalarsPerPos < 1) { 95 int yposCount = (scalarsPerPos < 2) ? 1 : textLen; 100 if (scalarsPerPos < 2) {
|
/external/skqp/src/compute/sk/ |
D | SkDevice_Compute.cpp | 738 int scalarsPerPos, in drawPosText() argument 744 pos,scalarsPerPos,offset,paint); in drawPosText()
|
/external/skia/src/compute/sk/ |
D | SkDevice_Compute.cpp | 738 int scalarsPerPos, in drawPosText() argument 744 pos,scalarsPerPos,offset,paint); in drawPosText()
|
/external/skqp/src/core/ |
D | SkOverdrawCanvas.cpp | 65 int scalarsPerPos, const SkPoint& offset, in drawPosTextCommon() argument
|
/external/skia/src/core/ |
D | SkOverdrawCanvas.cpp | 65 int scalarsPerPos, const SkPoint& offset, in drawPosTextCommon() argument
|
/external/skia/src/xps/ |
D | SkXPSDevice.cpp | 1967 const SkScalar pos[], int scalarsPerPos, 1999 offset, SkMatrix::I(), pos, scalarsPerPos, cache.get(), processOneGlyph);
|
/external/skqp/src/xps/ |
D | SkXPSDevice.cpp | 2041 const SkScalar pos[], int scalarsPerPos, 2073 offset, SkMatrix::I(), pos, scalarsPerPos, cache.get(), processOneGlyph);
|