HomeSort by relevance Sort by last modified time
    Searched refs:glyphsCount (Results 1 - 4 of 4) sorted by null

  /frameworks/base/libs/hwui/font/
Font.cpp 294 int glyphsCount = 0;
315 while (glyphsCount < numGlyphs && penX < pathLength) {
332 glyphsCount++;
353 int glyphsCount = 0;
354 while (glyphsCount < numGlyphs) {
363 glyphsCount++;
385 int glyphsCount = 0;
389 while (glyphsCount < numGlyphs) {
402 float penX = x + positions[(glyphsCount << 1)];
403 float penY = y + positions[(glyphsCount << 1) + 1]
    [all...]
  /frameworks/base/core/jni/
android_view_GLES20Canvas.cpp 578 size_t glyphsCount = value->getGlyphsCount();
581 int bytesCount = glyphsCount * sizeof(jchar);
582 renderer->drawText((const char*) glyphs, bytesCount, glyphsCount, x, y,
594 size_t glyphsCount = value->getGlyphsCount();
595 int bytesCount = glyphsCount * sizeof(jchar);
596 renderer->drawTextOnPath((const char*) glyphs, bytesCount, glyphsCount, path,
609 size_t glyphsCount = value->getGlyphsCount();
612 int bytesCount = glyphsCount * sizeof(jchar);
613 renderer->drawText((const char*) glyphs, bytesCount, glyphsCount, x, y,
681 size_t glyphsCount = value->getGlyphsCount()
    [all...]
  /frameworks/base/core/jni/android/graphics/
Paint.cpp 524 size_t glyphsCount = value->getGlyphsCount();
525 memcpy(glyphsArray, shapedGlyphs, sizeof(jchar) * glyphsCount);
528 return glyphsCount;
    [all...]
  /external/skia/src/pdf/
SkPDFFont.cpp     [all...]

Completed in 105 milliseconds