Home
last modified time | relevance | path

Searched refs:scalarsPerPos (Results 1 – 5 of 5) sorted by relevance

/external/skqp/tests/
DSVGDeviceTest.cpp46 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/
DSVGDeviceTest.cpp55 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/
DSkDevice_Compute.cpp738 int scalarsPerPos, in drawPosText() argument
744 pos,scalarsPerPos,offset,paint); in drawPosText()
/external/skqp/src/core/
DSkOverdrawCanvas.cpp65 int scalarsPerPos, const SkPoint& offset, in drawPosTextCommon() argument
/external/skqp/src/xps/
DSkXPSDevice.cpp2041 const SkScalar pos[], int scalarsPerPos,
2073 offset, SkMatrix::I(), pos, scalarsPerPos, cache.get(), processOneGlyph);