HomeSort by relevance Sort by last modified time
    Searched refs:SK_ARRAY_COUNT (Results 101 - 125 of 355) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/skia/gm/
imagefilterscropped.cpp 155 for (size_t j = 0; j < SK_ARRAY_COUNT(drawProc); ++j) {
157 for (size_t i = 0; i < SK_ARRAY_COUNT(filters); ++i) {
165 for(size_t j = 0; j < SK_ARRAY_COUNT(filters); ++j) {
xfermodes3.cpp 72 for (size_t c = 0; c < SK_ARRAY_COUNT(kSolidColors); ++c) {
86 for (size_t a = 0; a < SK_ARRAY_COUNT(kBmpAlphas); ++a) {
202 SK_ARRAY_COUNT(kColors),
dashing.cpp 62 for (size_t data = 0; data < SK_ARRAY_COUNT(gData); ++data) {
152 SkScalar vals[SK_ARRAY_COUNT(gIntervals)]; // more than enough
160 for (size_t x = 0; x < SK_ARRAY_COUNT(gProc); ++x) {
shadertext2.cpp 37 SK_ARRAY_COUNT(kColors0), SkShader::kClamp_TileMode, um))->unref();
40 SK_ARRAY_COUNT(kColors1), SkShader::kClamp_TileMode))->unref();
67 static const int kTextLen = SK_ARRAY_COUNT(kText) - 1;
blurs.cpp 60 for (size_t i = 0; i < SK_ARRAY_COUNT(gRecs); i++) {
rrects.cpp 80 for (size_t i = 1; i < SK_ARRAY_COUNT(gRadii); ++i) {
shadows.cpp 93 for (size_t i = 0; i < SK_ARRAY_COUNT(shadowLoopers); ++i) {
strokefill.cpp 54 show_bold(canvas, hyphen, SK_ARRAY_COUNT(hyphen), x + SkIntToScalar(300), y, paint);
techtalk1.cpp 94 int count = d0.getPoints(pts0, SK_ARRAY_COUNT(pts0));
95 int count1 = d1.getPoints(pts1, SK_ARRAY_COUNT(pts1));
117 int count = path.getPoints(pts, SK_ARRAY_COUNT(pts));
174 show_mesh(canvas, pts, indices, SK_ARRAY_COUNT(indices));
  /external/skia/src/utils/
SkParse.cpp 242 const int* end = &fraction[SK_ARRAY_COUNT(gFractions)];
293 if (lookup_str(str, gYes, SK_ARRAY_COUNT(gYes)))
298 else if (lookup_str(str, gNo, SK_ARRAY_COUNT(gNo)))
  /external/skia/tests/
ClipperTest.cpp 93 for (i = 0; i < SK_ARRAY_COUNT(gEmpty); i += 2) {
117 for (i = 0; i < SK_ARRAY_COUNT(gFull); i += 2) {
136 for (i = 0; i < SK_ARRAY_COUNT(gPartial); i += 4) {
PathMeasureTest.cpp 21 for (size_t i = 1; i < SK_ARRAY_COUNT(pts); i += 3) {
40 for (size_t i = 1; i < SK_ARRAY_COUNT(pts); i += 2) {
60 for (size_t i = 1; i < SK_ARRAY_COUNT(pts); ++i) {
PathOpsLineIntersectionTest.cpp 33 static const size_t tests_count = SK_ARRAY_COUNT(tests);
43 static const size_t noIntersect_count = SK_ARRAY_COUNT(noIntersect);
53 static const size_t coincidentTests_count = SK_ARRAY_COUNT(coincidentTests);
DataRefTest.cpp 70 int icount = SK_ARRAY_COUNT(idata);
88 int count = SK_ARRAY_COUNT(str);
89 size_t sizes[SK_ARRAY_COUNT(str)];
115 int count = SK_ARRAY_COUNT(str);
142 int count = SK_ARRAY_COUNT(gData);
PathTest.cpp 565 for (size_t i = 0; i < SK_ARRAY_COUNT(pts); ++i) {
571 for (size_t count = 1; count <= SK_ARRAY_COUNT(pts); ++count) {
634 for (i = 0; i < SK_ARRAY_COUNT(gDegen); ++i) {
650 for (i = 0; i < SK_ARRAY_COUNT(gCW); ++i) {
666 for (i = 0; i < SK_ARRAY_COUNT(gCCW); ++i) {
713 for (size_t i = 0; i < SK_ARRAY_COUNT(rects); ++i) {
    [all...]
ARGBImageEncoderTest.cpp 45 for (size_t configIndex = 0; configIndex < SK_ARRAY_COUNT(configs); ++configIndex) {
AnnotationTest.cpp 62 for (size_t testNum = 0; testNum < SK_ARRAY_COUNT(tests); testNum++) {
ChecksumTest.cpp 110 for (size_t i = 0; i < SK_ARRAY_COUNT(algorithms); i++) {
PremulAlphaRoundTripTest.cpp 86 upmaIdx < SK_ARRAY_COUNT(gUnpremulConfigs);
UnicodeTest.cpp 32 for (size_t i = 0; i < SK_ARRAY_COUNT(gRanges); i += 2) {
  /external/chromium_org/third_party/skia/include/gpu/
GrTypesPriv.h 148 GR_STATIC_ASSERT(kGrFixedFunctionVertexAttribBindingCnt == SK_ARRAY_COUNT(kVecCounts));
  /external/chromium_org/third_party/skia/src/gpu/gl/
GrGLVertexArray.h 42 GR_STATIC_ASSERT(SK_ARRAY_COUNT(kLayouts) == kGrVertexAttribTypeCount);
  /external/skia/bench/
FontCacheBench.cpp 136 for (size_t i = 0; i < SK_ARRAY_COUNT(gRec); ++i) {
  /external/skia/include/gpu/
GrTypesPriv.h 148 GR_STATIC_ASSERT(kGrFixedFunctionVertexAttribBindingCnt == SK_ARRAY_COUNT(kVecCounts));
  /external/skia/src/gpu/gl/
GrGLVertexArray.h 42 GR_STATIC_ASSERT(SK_ARRAY_COUNT(kLayouts) == kGrVertexAttribTypeCount);

Completed in 219 milliseconds

1 2 3 45 6 7 8 91011>>