Lines Matching refs:offset
43 SkGLTextCache::Strike::findGlyph(const SkGlyph& glyph, int* offset) {
53 if (offset) {
54 *offset = strike->fGlyphOffsetX[index];
65 size_t offset = index * elemSize;
66 memmove((char*)buffer + offset + elemSize,
67 (const char*)buffer + offset,
73 const uint8_t image[], int* offset) {
103 // need to insert the offset
111 if (offset) {
112 *offset = strike->fNextFreeOffsetX;
116 SkDebugf("--- strike %p glyph %x [%d %d] offset %d count %d\n",
153 int* offset) {
165 strike = strike->findGlyph(glyph, offset);
171 const uint8_t image[], int* offset) {
187 strike = strike->addGlyphAndBind(glyph, image, offset);