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

  /external/chromium_org/third_party/skia/src/core/
SkPathRef.cpp 300 int pCnt;
304 pCnt = numVbs;
309 pCnt = numVbs;
313 pCnt = 2 * numVbs;
317 pCnt = 2 * numVbs;
321 pCnt = 3 * numVbs;
325 pCnt = 0;
333 pCnt = 0;
337 size_t space = numVbs * sizeof(uint8_t) + pCnt * sizeof (SkPoint);
354 fPointCnt += pCnt;
    [all...]
  /external/skia/src/core/
SkPathRef.cpp 300 int pCnt;
304 pCnt = numVbs;
309 pCnt = numVbs;
313 pCnt = 2 * numVbs;
317 pCnt = 2 * numVbs;
321 pCnt = 3 * numVbs;
325 pCnt = 0;
333 pCnt = 0;
337 size_t space = numVbs * sizeof(uint8_t) + pCnt * sizeof (SkPoint);
354 fPointCnt += pCnt;
    [all...]
  /hardware/samsung_slsi/exynos5/mobicore/daemon/Kernel/Platforms/Generic/
CMcKMod.h 95 bool waitSSIQ(uint32_t *pCnt);
CMcKMod.cpp 192 bool CMcKMod::waitSSIQ(uint32_t *pCnt)
199 if (pCnt != NULL) {
200 *pCnt = cnt;

Completed in 48 milliseconds