Searched refs:quadCount (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/third_party/skia/experimental/Intersection/
H A DSimplifyAddIntersectingTs_Test.cpp47 static const size_t quadCount = sizeof(quads) / sizeof(quads[0]); variable
56 static const size_t testCount = lineCount + quadCount + cubicCount;
67 if (outer < quadCount) {
74 outer -= quadCount;
H A DSimplifyAngle_Test.cpp41 static const size_t quadCount = sizeof(quads) / sizeof(quads[0]); variable
163 for (x = 0; x < quadCount; ++x) {
168 for (x = 0; x < quadCount; ++x) {
172 for (size_t x = 0; x < quadCount; ++x) {
174 SkASSERT(x == quadCount - 1 || *angleList[x] < *angleList[x + 1]);
/external/skia/experimental/Intersection/
H A DSimplifyAddIntersectingTs_Test.cpp47 static const size_t quadCount = sizeof(quads) / sizeof(quads[0]); variable
56 static const size_t testCount = lineCount + quadCount + cubicCount;
67 if (outer < quadCount) {
74 outer -= quadCount;
H A DSimplifyAngle_Test.cpp41 static const size_t quadCount = sizeof(quads) / sizeof(quads[0]); variable
163 for (x = 0; x < quadCount; ++x) {
168 for (x = 0; x < quadCount; ++x) {
172 for (size_t x = 0; x < quadCount; ++x) {
174 SkASSERT(x == quadCount - 1 || *angleList[x] < *angleList[x + 1]);
/external/chromium_org/third_party/skia/src/core/
H A DSkEdgeBuilder.cpp215 int quadCount = conic.chopIntoQuadsPOW2(storage, pow2); local
216 SkASSERT(quadCount <= MAX_QUADS);
217 for (int i = 0; i < quadCount; ++i) {
258 int quadCount = conic.chopIntoQuadsPOW2(storage, pow2); local
259 SkASSERT(quadCount <= MAX_QUADS);
260 for (int i = 0; i < quadCount; ++i) {
/external/skia/src/core/
H A DSkEdgeBuilder.cpp215 int quadCount = conic.chopIntoQuadsPOW2(storage, pow2); local
216 SkASSERT(quadCount <= MAX_QUADS);
217 for (int i = 0; i < quadCount; ++i) {
258 int quadCount = conic.chopIntoQuadsPOW2(storage, pow2); local
259 SkASSERT(quadCount <= MAX_QUADS);
260 for (int i = 0; i < quadCount; ++i) {
/external/replicaisland/src/com/replica/replicaisland/
H A DGrid.java107 int quadCount = quadsAcross * quadsDown;
108 int indexCount = quadCount * 6;
/external/chromium_org/third_party/skia/src/gpu/
H A DGrGpu.cpp304 static inline void fill_indices(uint16_t* indices, int quadCount) { argument
305 for (int i = 0; i < quadCount; ++i) {
/external/skia/src/gpu/
H A DGrGpu.cpp304 static inline void fill_indices(uint16_t* indices, int quadCount) { argument
305 for (int i = 0; i < quadCount; ++i) {
/external/chromium_org/third_party/libxslt/libxslt/
H A Dxsltutils.c1819 LONGLONG quadCount; local
1827 quadCount = performanceCount.QuadPart;
1834 startupQuadCount = quadCount;
1839 seconds = (quadCount - startupQuadCount) / (double) startupQuadFreq;

Completed in 4355 milliseconds