Searched refs:hOffset (Results 1 – 5 of 5) sorted by relevance
146 int hOffset = newViewFrame.origin.x;148 …(Uint8 *)SDL_VideoSurface->pixels + (vOffset * SDL_VideoSurface->pitch) + hOffset * (device_bpp/8);
832 int hOffset = viewFrame.origin.x;834 … current->pixels = (Uint8 *)current->pixels + (vOffset * current->pitch) + hOffset * (qdbpp/8);1345 int hOffset = viewFrame.origin.x;1347 pixels = pixels + (vOffset * surface->pitch) + hOffset *4;
567 const SkPath& path, SkScalar hOffset,
1368 const SkPath& path, SkScalar hOffset, in drawTextOnPathHV() argument1372 matrix.setTranslate(hOffset, vOffset); in drawTextOnPathHV()
1826 SkScalar hOffset = 0; in drawTextOnPath() local1834 hOffset += pathLen; in drawTextOnPath()1848 m.postTranslate(xpos + hOffset, 0); in drawTextOnPath()