Searched refs:scalarsPerPos (Results 1 – 5 of 5) sorted by relevance
/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/skia/tests/ |
D | SVGDeviceTest.cpp | 55 unsigned scalarsPerPos, in check_text_node() argument 87 if (scalarsPerPos < 1) { in check_text_node() 103 int yposCount = (scalarsPerPos < 2) ? 1 : textLen; in check_text_node() 108 if (scalarsPerPos < 2) { in check_text_node()
|
/external/skqp/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/skqp/src/xps/ |
D | SkXPSDevice.cpp | 2041 const SkScalar pos[], int scalarsPerPos, 2073 offset, SkMatrix::I(), pos, scalarsPerPos, cache.get(), processOneGlyph);
|