Searched refs:yoff2 (Results 1 - 4 of 4) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | vp9.c | 1308 ptrdiff_t yoff2 = yoff, uvoff2 = uvoff; in decode_tiles() local 1331 col += 8, yoff2 += 64 * bytesperpixel, in decode_tiles() 1341 yoff2, uvoff2, BL_64X64); in decode_tiles() 1347 yoff2, uvoff2, BL_64X64); in decode_tiles() 1371 yoff2 = yoff; in decode_tiles() 1375 col += 8, yoff2 += 64 * bytesperpixel, in decode_tiles() 1378 yoff2, uvoff2); in decode_tiles() 1423 ptrdiff_t yoff2 = yoff, uvoff2 = uvoff; in decode_tiles_mt() local 1439 col += 8, yoff2 += 64 * bytesperpixel, in decode_tiles_mt() 1445 yoff2, uvoff in decode_tiles_mt() [all...] |
/third_party/mesa3d/src/imgui/ |
H A D | imstb_truetype.h | 580 float xoff2,yoff2; member 4111 bc->yoff2 = (y0 + r->h) * recip_v + sub_y; 4204 q->y1 = y + b->yoff2 - b->yoff; 4209 q->y1 = *ypos + b->yoff2;
|
/third_party/skia/third_party/externals/imgui/ |
H A D | imstb_truetype.h | 580 float xoff2,yoff2; member 4111 bc->yoff2 = (y0 + r->h) * recip_v + sub_y; 4204 q->y1 = y + b->yoff2 - b->yoff; 4209 q->y1 = *ypos + b->yoff2;
|
/third_party/glfw/deps/ |
H A D | nuklear.h | 10947 float xoff2,yoff2; member 12544 bc->yoff2 = ((float)y0 + r->h) * recip_v + sub_y; in nk_tt_PackFontRangesRenderIntoRects() 12573 q->y1 = y + b->yoff2 - b->yoff; in nk_tt_GetPackedQuad() 12578 q->y1 = *ypos + b->yoff2; in nk_tt_GetPackedQuad()
|
Completed in 58 milliseconds