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

  /external/chromium_org/third_party/skia/src/core/
SkSpriteBlitter_RGB16.cpp 187 int qcount = count >> 2; local
188 SkASSERT(qcount > 0);
204 } while (--qcount);
216 } while (--qcount);
SkBitmapProcState_matrixProcs.cpp 271 int qcount = count >> 2; local
277 } while (--qcount != 0);
  /external/skia/src/core/
SkSpriteBlitter_RGB16.cpp 187 int qcount = count >> 2; local
188 SkASSERT(qcount > 0);
204 } while (--qcount);
216 } while (--qcount);
SkBitmapProcState_matrixProcs.cpp 271 int qcount = count >> 2; local
277 } while (--qcount != 0);
  /external/chromium_org/third_party/freetype/src/cff/
cffparse.c 869 FT_Byte* qcount = (FT_Byte*)parser->object + local
879 *qcount = (FT_Byte)num_args;
  /external/freetype/src/cff/
cffparse.c 1095 FT_Byte* qcount = (FT_Byte*)parser->object + local
1107 *qcount = (FT_Byte)num_args;
  /external/mdnsresponder/mDNSCore/
mDNS.c 7130 int qcount = CountLabels(&q.qname); local
    [all...]

Completed in 2590 milliseconds