Home | History | Annotate | Download | only in font

Lines Matching refs:numGlyphs

281             int numGlyphs, int x, int y, const float* positions) {
282 render(paint, text, start, len, numGlyphs, x, y, FRAMEBUFFER, NULL,
287 int numGlyphs, SkPath* path, float hOffset, float vOffset) {
288 if (numGlyphs == 0 || text == NULL || len == 0) {
315 while (glyphsCount < numGlyphs && penX < pathLength) {
337 int numGlyphs, Rect *bounds, const float* positions) {
343 render(paint, text, start, len, numGlyphs, 0, 0, MEASURE, NULL, 0, 0, bounds, positions);
346 void Font::precache(SkPaint* paint, const char* text, int numGlyphs) {
349 if (numGlyphs == 0 || text == NULL) {
354 while (glyphsCount < numGlyphs) {
368 int numGlyphs, int x, int y, RenderMode mode, uint8_t *bitmap,
370 if (numGlyphs == 0 || text == NULL || len == 0) {
389 while (glyphsCount < numGlyphs) {