HomeSort by relevance Sort by last modified time
    Searched defs:inSegment (Results 1 - 5 of 5) sorted by null

  /development/perftests/panorama/feature_mos/src/mosaic/
Geometry.h 60 inline bool inSegment(int x, int width, int border)
  /external/chromium_org/third_party/mesa/src/src/mesa/swrast/
s_aalinetemp.h 110 GLboolean inSegment;
191 inSegment = GL_FALSE;
200 if (!inSegment) {
202 inSegment = GL_TRUE;
212 if (inSegment && (tEnd > tStart)) {
215 inSegment = GL_FALSE;
224 if (inSegment) {
  /external/mesa3d/src/mesa/swrast/
s_aalinetemp.h 110 GLboolean inSegment;
191 inSegment = GL_FALSE;
200 if (!inSegment) {
202 inSegment = GL_TRUE;
212 if (inSegment && (tEnd > tStart)) {
215 inSegment = GL_FALSE;
224 if (inSegment) {
  /packages/apps/Camera/jni/feature_mos/src/mosaic/
Geometry.h 60 inline bool inSegment(int x, int width, int border)
  /packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/
Geometry.h 60 inline bool inSegment(int x, int width, int border)

Completed in 193 milliseconds