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

  /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) {
  /development/perftests/panorama/feature_mos/src/mosaic/
Geometry.h 60 inline bool inSegment(int x, int width, int border)
Blend.cpp     [all...]
  /packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/
Geometry.h 60 inline bool inSegment(int x, int width, int border)
Blend.cpp     [all...]
  /frameworks/base/core/java/android/text/
TextLine.java 309 boolean inSegment = target >= segstart && target < j;
312 if (inSegment && advance) {
319 if (inSegment) {
    [all...]

Completed in 133 milliseconds