Searched refs:glyphsCount (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/libs/hwui/font/
H A DFont.cpp211 int glyphsCount = 0; local
232 while (glyphsCount < numGlyphs && penX < pathLength) {
249 glyphsCount++;
268 int glyphsCount = 0; local
270 while (glyphsCount < numGlyphs) {
280 glyphsCount++;
299 int glyphsCount = 0; local
307 while (glyphsCount < numGlyphs) {
327 glyphsCount++;
333 while (glyphsCount < numGlyph
[all...]
/frameworks/base/core/jni/
H A Dandroid_view_GLES20Canvas.cpp533 size_t glyphsCount = value->getGlyphsCount(); local
536 int bytesCount = glyphsCount * sizeof(jchar);
537 renderer->drawText((const char*) glyphs, bytesCount, glyphsCount, x, y,
549 size_t glyphsCount = value->getGlyphsCount(); local
550 int bytesCount = glyphsCount * sizeof(jchar);
551 renderer->drawTextOnPath((const char*) glyphs, bytesCount, glyphsCount, path,
564 size_t glyphsCount = value->getGlyphsCount(); local
567 int bytesCount = glyphsCount * sizeof(jchar);
568 renderer->drawText((const char*) glyphs, bytesCount, glyphsCount, x, y,
636 size_t glyphsCount local
[all...]
/frameworks/base/core/jni/android/graphics/
H A DPaint.cpp520 size_t glyphsCount = value->getGlyphsCount(); local
521 memcpy(glyphsArray, shapedGlyphs, sizeof(jchar) * glyphsCount);
524 return glyphsCount;

Completed in 117 milliseconds