OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:texY
(Results
1 - 3
of
3
) sorted by null
/frameworks/base/libs/hwui/
Layer.h
76
const float
texY
= 1.0f / float(texture.height);
79
regionRect.left * texX, (height - regionRect.top) *
texY
,
80
regionRect.right * texX, (height - regionRect.bottom) *
texY
);
LayerRenderer.cpp
163
const float
texY
= 1.0f / float(mLayer->getHeight());
172
const float v1 = (height - r->top) *
texY
;
174
const float v2 = (height - r->bottom) *
texY
;
OpenGLRenderer.cpp
[
all
...]
Completed in 25 milliseconds