OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Wcr
(Results
1 - 2
of
2
) sorted by null
/system/core/libpixelflinger/
raster.cpp
168
const GGLint
Wcr
= crop[2];
170
if ((w ==
Wcr
) && (h == Hcr)) {
192
const GGLint
Wcr
= crop[2] << 16;
196
int32_t dsdx =
Wcr
/ w; // dsdx = ((
Wcr
/w)/Wt)*Wt
/frameworks/base/opengl/libagl/
texture.cpp
722
const GLint
Wcr
= textureObject->crop_rect[2] << 16;
726
int32_t dsdx =
Wcr
/ w; // dsdx = ((
Wcr
/w)/Wt)*Wt
780
const GLint
Wcr
= textureObject->crop_rect[2];
783
if ((w ==
Wcr
) && (h == -Hcr)) {
[
all
...]
Completed in 1993 milliseconds