HomeSort by relevance Sort by last modified time
    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/native/opengl/libagl/
texture.cpp 721 const GLint Wcr = textureObject->crop_rect[2] << 16;
725 int32_t dsdx = Wcr / w; // dsdx = ((Wcr/w)/Wt)*Wt
779 const GLint Wcr = textureObject->crop_rect[2];
782 if ((w == Wcr) && (h == -Hcr)) {
    [all...]

Completed in 471 milliseconds