Searched refs:off_x (Results 1 – 2 of 2) sorted by relevance
/external/u-boot/drivers/video/ |
D | stb_truetype.h | 1676 static stbtt__active_edge *stbtt__new_active(stbtt__hheap *hh, stbtt__edge *e, int off_x, float sta… in stbtt__new_active() argument 1689 z->x -= off_x * STBTT_FIX; in stbtt__new_active() 1697 static stbtt__active_edge *stbtt__new_active(stbtt__hheap *hh, stbtt__edge *e, int off_x, float sta… in stbtt__new_active() argument 1706 z->fx -= off_x; in stbtt__new_active() 1763 …d_edges(stbtt__bitmap *result, stbtt__edge *e, int n, int vsubsample, int off_x, int off_y, void *… in stbtt__rasterize_sorted_edges() argument 1824 stbtt__active_edge *z = stbtt__new_active(&hh, e, off_x, scan_y, userdata); in stbtt__rasterize_sorted_edges() 2065 …d_edges(stbtt__bitmap *result, stbtt__edge *e, int n, int vsubsample, int off_x, int off_y, void *… in stbtt__rasterize_sorted_edges() argument 2108 stbtt__active_edge *z = stbtt__new_active(&hh, e, off_x, scan_y_top, userdata); in stbtt__rasterize_sorted_edges() 2248 …windings, float scale_x, float scale_y, float shift_x, float shift_y, int off_x, int off_y, int in… in stbtt__rasterize() argument 2300 stbtt__rasterize_sorted_edges(result, e, n, vsubsample, off_x, off_y, userdata); in stbtt__rasterize()
|
/external/mesa3d/src/intel/compiler/ |
D | brw_fs_nir.cpp | 3423 unsigned off_x = MIN2((int)(const_offset->f32[0] * 16), 7) & 0xf; in nir_emit_fs_intrinsic() local 3430 brw_imm_ud(off_x | (off_y << 4)), in nir_emit_fs_intrinsic()
|