OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Hcr
(Results
1 - 2
of
2
) sorted by null
/system/core/libpixelflinger/
raster.cpp
169
const GGLint
Hcr
= crop[3];
170
if ((w == Wcr) && (h ==
Hcr
)) {
193
const GGLint
Hcr
= crop[3] << 16;
197
int32_t dtdy =
Hcr
/ h; // dtdy = ((
Hcr
/h)/Ht)*Ht
/frameworks/native/opengl/libagl/
texture.cpp
715
const GLint
Hcr
= textureObject->crop_rect[3] << 16;
719
int32_t dtdy =-
Hcr
/ h; // dtdy = -((
Hcr
/h)/Ht)*Ht
721
int32_t t0 = (Vcr+
Hcr
) - gglMulx(dtdy, y); // t0 = (Vcr+
Hcr
) - y*dtdy
773
const GLint
Hcr
= textureObject->crop_rect[3];
775
if ((w == Wcr) && (h == -
Hcr
)) {
798
const GLint t0 = (Vcr +
Hcr
) - y;
[
all
...]
Completed in 457 milliseconds