HomeSort by relevance Sort by last modified time
    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 719 const GLint Ucr = textureObject->crop_rect[0] << 16;
727 int32_t s0 = Ucr - gglMulx(dsdx, x); // s0 = Ucr - x * dsdx
802 const GLint Ucr = textureObject->crop_rect[0];
804 const GLint s0 = Ucr - x;
    [all...]
  /external/pdfium/core/src/fxcodec/lcms2/lcms2-2.6/src/
cmstypes.c     [all...]
  /external/pdfium/core/src/fxcodec/lcms2/lcms2-2.6/include/
lcms2.h     [all...]

Completed in 138 milliseconds