Searched refs:qcount (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/third_party/skia/src/core/
H A DSkSpriteBlitter_RGB16.cpp187 int qcount = count >> 2; local
188 SkASSERT(qcount > 0);
204 } while (--qcount);
216 } while (--qcount);
H A DSkBitmapProcState_matrixProcs.cpp271 int qcount = count >> 2; local
277 } while (--qcount != 0);
/external/skia/src/core/
H A DSkSpriteBlitter_RGB16.cpp187 int qcount = count >> 2; local
188 SkASSERT(qcount > 0);
204 } while (--qcount);
216 } while (--qcount);
H A DSkBitmapProcState_matrixProcs.cpp271 int qcount = count >> 2; local
277 } while (--qcount != 0);
/external/chromium_org/third_party/freetype/src/cff/
H A Dcffparse.c869 FT_Byte* qcount = (FT_Byte*)parser->object + local
879 *qcount = (FT_Byte)num_args;
/external/freetype/src/cff/
H A Dcffparse.c1095 FT_Byte* qcount = (FT_Byte*)parser->object + local
1107 *qcount = (FT_Byte)num_args;
/external/mdnsresponder/mDNSCore/
H A DmDNS.c7130 int qcount = CountLabels(&q.qname); local
7132 if (qcount - 1 > scount)
7133 if (SameDomainName(SkipLeadingLabels(&q.qname, qcount - scount), m->rec.r.resrec.name))
7134 repeat = qcount - 1 - scount;

Completed in 223 milliseconds