Home
last modified time | relevance | path

Searched refs:glyphs (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/core/jni/android/graphics/
DPaint.cpp74 static void getPosTextPath(const SkFont& font, const uint16_t glyphs[], int count, in getPosTextPath() argument
81 font.getPaths(glyphs, count, [](const SkPath* src, const SkMatrix& mx, void* ctx) { in getPosTextPath()
285 Paint* paint, uint16_t* glyphs, SkPoint* pos) in GetTextFunctor() argument
286 : layout(layout), path(path), x(x), y(y), paint(paint), glyphs(glyphs), pos(pos) { in GetTextFunctor()
291 glyphs[i] = layout.getGlyphId(i); in operator ()()
297 getPosTextPath(font, glyphs, end, pos, path); in operator ()()
299 getPosTextPath(font, glyphs + start, end - start, pos + start, &tmpPath); in operator ()()
309 uint16_t* glyphs; member in android::PaintGlue::GetTextFunctor
323 uint16_t* glyphs = new uint16_t[nGlyphs]; in getTextPath() local
329 GetTextFunctor f(layout, path, x, y, paint, glyphs, pos); in getTextPath()
[all …]
/frameworks/base/cmds/bootanimation/
DFORMAT.md67 * The file specifies glyphs for the ascii characters 32-127 (0x20-0x7F), both regular weight and
71 * Each row is divided in half: regular weight glyphs on the top half, bold glyphs on the bottom
/frameworks/base/libs/hwui/
DSkiaCanvas.cpp712 glyphFunc(buffer.glyphs, buffer.pos); in drawGlyphs()
732 uint16_t* glyphs = rec.glyphs; in drawLayoutOnPath() local
736 glyphs[i - start] = layout.getGlyphId(i); in drawLayoutOnPath()