HomeSort by relevance Sort by last modified time
    Searched refs:tall (Results 1 - 4 of 4) sorted by null

  /external/skia/src/gpu/gl/
GrGLGpu.h 628 const bool tall = (height > 1) && SkToBool(height & 0x1); local
629 return (wide ? 0x2 : 0x0) | (tall ? 0x1 : 0x0);
  /external/skqp/src/gpu/gl/
GrGLGpu.h 641 const bool tall = (height > 1) && SkToBool(height & 0x1); local
642 return (wide ? 0x2 : 0x0) | (tall ? 0x1 : 0x0);
  /build/make/tools/droiddoc/templates-ndk/assets/js/
docs.js     [all...]
  /external/doclava/res/assets/templates-sdk/assets/js/
docs.js     [all...]

Completed in 154 milliseconds