Home
last modified time | relevance | path

Searched refs:kNumBlobs (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/samplecode/
DSampleChineseFling.cpp41 inline static constexpr int kNumBlobs = 200; member in ChineseFlingView
46 sk_sp<SkTextBlob> fBlobs[kNumBlobs];
67 index %= kNumBlobs; in onDrawContent()
71 fIndex %= kNumBlobs; in onDrawContent()
81 for (int32_t i = 0; i < kNumBlobs; ++i) { in onOnceBeforeDraw()
106 inline static constexpr int kNumBlobs = 8; member in ChineseZoomView
112 sk_sp<SkTextBlob> fBlobs[kNumBlobs];
172 for (int index = 0; index < kNumBlobs; ++index) { in onDrawContent()
193 for (int32_t i = 0; i < kNumBlobs; ++i) { in onOnceBeforeDraw()
/third_party/flutter/skia/samplecode/
DSampleChineseFling.cpp41 static constexpr int kNumBlobs = 200; member in ChineseFlingView
46 sk_sp<SkTextBlob> fBlobs[kNumBlobs];
67 index %= kNumBlobs; in onDrawContent()
71 fIndex %= kNumBlobs; in onDrawContent()
81 for (int32_t i = 0; i < kNumBlobs; ++i) { in onOnceBeforeDraw()
106 static constexpr int kNumBlobs = 8; member in ChineseZoomView
112 sk_sp<SkTextBlob> fBlobs[kNumBlobs];
168 for (int index = 0; index < kNumBlobs; ++index) { in onDrawContent()
189 for (int32_t i = 0; i < kNumBlobs; ++i) { in onOnceBeforeDraw()