Home
last modified time | relevance | path

Searched refs:fRegion (Results 1 - 13 of 13) sorted by relevance

/third_party/skia/gm/
H A Ddrawregionmodes.cpp40 fRegion.op({50, 50, 100, 100}, SkRegion::kUnion_Op);
41 fRegion.op({50, 100, 150, 150}, SkRegion::kUnion_Op);
55 canvas->drawRegion(fRegion, paint);
59 canvas->drawRegion(fRegion, paint);
64 canvas->drawRegion(fRegion, paint);
71 canvas->drawRegion(fRegion, paint);
82 canvas->drawRegion(fRegion, paint);
86 SkRegion fRegion; member in DrawRegionModesGM
H A Ddrawregion.cpp39 fRegion.op({x, y, x + 1, y + 1}, SkRegion::kUnion_Op);
53 canvas->drawRegion(fRegion, paint);
56 SkRegion fRegion; member in DrawRegionGM
/third_party/skia/src/gpu/ops/
H A DRegionOp.cpp60 info.fRegion = region; in RegionOpImpl()
118 numRects += fRegions[i].fRegion.computeRegionComplexity();
135 SkRegion::Iterator iter(fRegions[i].fRegion);
177 info.fRegion.computeRegionComplexity());
186 SkRegion fRegion; member
/third_party/skia/src/effects/imagefilters/
H A DSkAlphaThresholdImageFilter.cpp39 , fRegion(region) in SkAlphaThresholdImageFilter()
59 SkRegion fRegion; member in __anon18748::final
98 buffer.writeRegion(fRegion); in flatten()
117 SkRegion::Iterator iter(fRegion); in createMaskTexture()
275 if (fRegion.contains((int32_t)position.x(), (int32_t)position.y())) { in onFilterImage()
/third_party/skia/bench/
H A DAAClipBench.cpp226 fRegion.setPath(path, SkRegion(bounds)); in AAClipRegionBench()
234 clip.setRegion(fRegion);
239 SkRegion fRegion; member in AAClipRegionBench
/third_party/icu/icu4c/source/i18n/
H A Dtznames_impl.cpp1917 const char* fRegion; member in TZDBNameSearchHandler
1921 : fTypes(types), fMaxMatchLen(0), fResults(NULL), fRegion(region) { in TZDBNameSearchHandler()
1969 if (uprv_strcmp(fRegion, region) == 0) { in handleMatch()
2159 regionLen = uloc_getCountry(loc.data(), fRegion, sizeof(fRegion), &status); in TZDBTimeZoneNames()
2160 if (U_SUCCESS(status) && regionLen < (int32_t)sizeof(fRegion)) { in TZDBTimeZoneNames()
2163 } else if (regionLen < (int32_t)sizeof(fRegion)) { in TZDBTimeZoneNames()
2164 uprv_strcpy(fRegion, region); in TZDBTimeZoneNames()
2168 uprv_strcpy(fRegion, "001"); in TZDBTimeZoneNames()
2246 TZDBNameSearchHandler handler(types, fRegion); in find()
[all...]
H A Dtznames_impl.h258 char fRegion[ULOC_COUNTRY_CAPACITY]; member in TZDBTimeZoneNames
/third_party/node/deps/icu-small/source/i18n/
H A Dtznames_impl.cpp1902 const char* fRegion; member in TZDBNameSearchHandler
1906 : fTypes(types), fMaxMatchLen(0), fResults(nullptr), fRegion(region) { in TZDBNameSearchHandler()
1954 if (uprv_strcmp(fRegion, region) == 0) { in handleMatch()
2144 regionLen = uloc_getCountry(loc.data(), fRegion, sizeof(fRegion), &status); in TZDBTimeZoneNames()
2145 if (U_SUCCESS(status) && regionLen < (int32_t)sizeof(fRegion)) { in TZDBTimeZoneNames()
2148 } else if (regionLen < (int32_t)sizeof(fRegion)) { in TZDBTimeZoneNames()
2149 uprv_strcpy(fRegion, region); in TZDBTimeZoneNames()
2153 uprv_strcpy(fRegion, "001"); in TZDBTimeZoneNames()
2231 TZDBNameSearchHandler handler(types, fRegion); in find()
[all...]
H A Dtznames_impl.h258 char fRegion[ULOC_COUNTRY_CAPACITY]; member in TZDBTimeZoneNames
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dtznames_impl.cpp1901 const char* fRegion; member in TZDBNameSearchHandler
1905 : fTypes(types), fMaxMatchLen(0), fResults(NULL), fRegion(region) { in TZDBNameSearchHandler()
1953 if (uprv_strcmp(fRegion, region) == 0) { in handleMatch()
2143 regionLen = uloc_getCountry(loc.data(), fRegion, sizeof(fRegion), &status); in TZDBTimeZoneNames()
2144 if (U_SUCCESS(status) && regionLen < (int32_t)sizeof(fRegion)) { in TZDBTimeZoneNames()
2147 } else if (regionLen < (int32_t)sizeof(fRegion)) { in TZDBTimeZoneNames()
2148 uprv_strcpy(fRegion, region); in TZDBTimeZoneNames()
2152 uprv_strcpy(fRegion, "001"); in TZDBTimeZoneNames()
2230 TZDBNameSearchHandler handler(types, fRegion); in find()
[all...]
H A Dtznames_impl.h258 char fRegion[ULOC_COUNTRY_CAPACITY]; member in TZDBTimeZoneNames
/third_party/skia/tools/debugger/
H A DDrawCommand.cpp1013 fRegion = region; in ClipRegionCommand()
1017 void ClipRegionCommand::execute(SkCanvas* canvas) const { canvas->clipRegion(fRegion, fOp); } in execute()
1022 MakeJsonRegion(writer, fRegion); in toJSON()
1523 fRegion = region; in DrawRegionCommand()
1527 void DrawRegionCommand::execute(SkCanvas* canvas) const { canvas->drawRegion(fRegion, fPaint); } in execute()
1530 render_region(canvas, fRegion); in render()
1537 MakeJsonRegion(writer, fRegion); in toJSON()
H A DDrawCommand.h167 SkRegion fRegion; member in ClipRegionCommand
486 SkRegion fRegion; member in DrawRegionCommand

Completed in 20 milliseconds