Searched refs:fRegion (Results 1 – 7 of 7) sorted by relevance
/external/skia/bench/ |
D | AAClipBench.cpp | 178 SkRegion fRegion; member in AAClipBuilderBench 190 fRegion.setRect(0, 0, 640, 480); in AAClipBuilderBench() 191 fRect.set(fRegion.getBounds()); in AAClipBuilderBench() 205 clip.setPath(fPath, &fRegion, fDoAA); in onDraw() 228 fRegion.setPath(path, SkRegion(bounds)); in AAClipRegionBench() 236 clip.setRegion(fRegion); in onDraw() 241 SkRegion fRegion; member in AAClipRegionBench
|
/external/skia/src/effects/ |
D | SkAlphaThresholdFilter.cpp | 38 SkRegion fRegion; member in SkAlphaThresholdFilterImpl 280 , fRegion(region) in SkAlphaThresholdFilterImpl() 314 SkRegion::Iterator iter(fRegion); in asFragmentProcessor() 339 buffer.writeRegion(fRegion); in flatten() 379 if (fRegion.contains((int32_t)position.x(), (int32_t)position.y())) { in onFilterImageDeprecated()
|
/external/skia/tests/ |
D | CanvasTest.cpp | 105 , fRegion(TestRegion()) in TestData() 121 SkRegion fRegion; member 336 SIMPLE_TEST_STEP(ClipRegion, clipRegion(d.fRegion, SkRegion::kReplace_Op)); 347 canvas->clipRegion(d.fRegion); in SaveMatrixClipStep() 394 canvas->clipRegion(d.fRegion); in TwoClipOpsStep()
|
/external/icu/icu4c/source/i18n/ |
D | tznames_impl.cpp | 1623 const char* fRegion; member in TZDBNameSearchHandler 1627 : fTypes(types), fMaxMatchLen(0), fResults(NULL), fRegion(region) { in TZDBNameSearchHandler() 1675 if (uprv_strcmp(fRegion, region) == 0) { in handleMatch() 1859 regionLen = uloc_getCountry(loc, fRegion, sizeof(fRegion), &status); in TZDBTimeZoneNames() 1860 if (U_SUCCESS(status) && regionLen < (int32_t)sizeof(fRegion)) { in TZDBTimeZoneNames() 1863 } else if (regionLen < (int32_t)sizeof(fRegion)) { in TZDBTimeZoneNames() 1864 uprv_strcpy(fRegion, region); in TZDBTimeZoneNames() 1868 uprv_strcpy(fRegion, "001"); in TZDBTimeZoneNames() 1944 TZDBNameSearchHandler handler(types, fRegion); in find()
|
D | tznames_impl.h | 240 char fRegion[ULOC_COUNTRY_CAPACITY]; variable
|
/external/skia/tools/debugger/ |
D | SkDrawCommand.h | 171 SkRegion fRegion;
|
D | SkDrawCommand.cpp | 1605 fRegion = region; in SkClipRegionCommand() 1613 canvas->clipRegion(fRegion, fOp); in execute() 1618 result[SKDEBUGCANVAS_ATTRIBUTE_REGION] = make_json_region(fRegion); in toJSON()
|