Searched refs:vOffset (Results 1 – 4 of 4) sorted by relevance
143 int vOffset = [ qz_window frame ].size.height - 148 …SDL_VideoSurface->pixels = (Uint8 *)SDL_VideoSurface->pixels + (vOffset * SDL_VideoSurface->pitch)…
831 int vOffset = winFrame.size.height - viewFrame.size.height - viewFrame.origin.y;834 … current->pixels = (Uint8 *)current->pixels + (vOffset * current->pitch) + hOffset * (qdbpp/8);1344 int vOffset = winFrame.size.height - viewFrame.size.height - viewFrame.origin.y;1347 pixels = pixels + (vOffset * surface->pitch) + hOffset *4;
630 SkScalar vOffset, const SkPaint& paint);
1610 SkScalar vOffset, const SkPaint& paint) { in drawTextOnPathHV() argument1613 matrix.setTranslate(hOffset, vOffset); in drawTextOnPathHV()