OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ty1
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/content/browser/renderer_host/
compositing_iosurface_mac.h
166
void set_texcoord_rect(float tx1, float
ty1
, float tx2, float ty2) {
170
verts_[1].set_texcoord(tx1,
ty1
);
171
verts_[2].set_texcoord(tx2,
ty1
);
/external/pixman/pixman/
pixman.c
341
pixman_fixed_48_16_t tx1,
ty1
, tx2, ty2;
local
360
tx1 =
ty1
= INT64_MAX;
380
if (ty <
ty1
)
381
ty1
= ty;
389
transformed->y1 =
ty1
;
[
all
...]
Completed in 229 milliseconds