OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Ucr
(Results
1 - 4
of
4
) sorted by null
/system/core/libpixelflinger/
raster.cpp
173
const GGLint
Ucr
= crop[0];
175
const GGLint s0 =
Ucr
- x;
190
const GGLint
Ucr
= crop[0] << 16;
198
int32_t s0 =
Ucr
- gglMulx(dsdx, x); // s0 =
Ucr
- x * dsdx
/frameworks/native/opengl/libagl/
texture.cpp
712
const GLint
Ucr
= textureObject->crop_rect[0] << 16;
720
int32_t s0 =
Ucr
- gglMulx(dsdx, x); // s0 =
Ucr
- x * dsdx
795
const GLint
Ucr
= textureObject->crop_rect[0];
797
const GLint s0 =
Ucr
- x;
[
all
...]
/external/pdfium/third_party/lcms2-2.6/src/
cmstypes.c
[
all
...]
/external/pdfium/third_party/lcms2-2.6/include/
lcms2.h
[
all
...]
Completed in 236 milliseconds