/external/chromium_org/third_party/skia/include/gpu/ |
H A D | GrClipData.h | 19 * with an offset bounding box. The clips in 'fClipStack' are in 25 const SkClipStack* fClipStack; member in class:GrClipData 29 : fClipStack(NULL) { 38 if (NULL != fClipStack && NULL != other.fClipStack) { 39 return *fClipStack == *other.fClipStack; 42 return fClipStack == other.fClipStack;
|
H A D | GrContext.h | 867 fNewClipData.fClipStack = &fNewClipStack; 876 fNewClipData.fClipStack = &fNewClipStack;
|
/external/skia/include/gpu/ |
H A D | GrClipData.h | 19 * with an offset bounding box. The clips in 'fClipStack' are in 25 const SkClipStack* fClipStack; member in class:GrClipData 29 : fClipStack(NULL) { 38 if (NULL != fClipStack && NULL != other.fClipStack) { 39 return *fClipStack == *other.fClipStack; 42 return fClipStack == other.fClipStack;
|
H A D | GrContext.h | 867 fNewClipData.fClipStack = &fNewClipStack; 876 fNewClipData.fClipStack = &fNewClipStack;
|
/external/chromium_org/third_party/skia/src/gpu/ |
H A D | GrClipData.cpp | 26 fClipStack->getConservativeBounds(-fOrigin.fX,
|
H A D | GrTextContext.cpp | 23 clipData->fClipStack->getConservativeBounds(
|
H A D | GrInOrderDrawBuffer.cpp | 258 return this->getClip()->fClipStack->quickContains(clipSpaceBounds); 645 clipData.fClipStack = &fClips[currClip]; 929 fClips.back() != *this->getClip()->fClipStack || 949 fClips.push_back(*this->getClip()->fClipStack);
|
H A D | SkGpuDevice.cpp | 308 fClipData.fClipStack = canvas->getClipStack(); 313 fClipData.fClipStack = NULL; 319 SkASSERT(NULL != fClipData.fClipStack); 323 SkASSERT(draw.fClipStack && draw.fClipStack == fClipData.fClipStack);
|
H A D | GrClipMaskManager.cpp | 230 bool ignoreClip = !drawState->isClipState() || clipDataIn->fClipStack->isWideOpen(); 235 ReduceClipStack(*clipDataIn->fClipStack,
|
/external/skia/src/gpu/ |
H A D | GrClipData.cpp | 26 fClipStack->getConservativeBounds(-fOrigin.fX,
|
H A D | GrTextContext.cpp | 23 clipData->fClipStack->getConservativeBounds(
|
H A D | GrInOrderDrawBuffer.cpp | 258 return this->getClip()->fClipStack->quickContains(clipSpaceBounds); 645 clipData.fClipStack = &fClips[currClip]; 929 fClips.back() != *this->getClip()->fClipStack || 949 fClips.push_back(*this->getClip()->fClipStack);
|
H A D | SkGpuDevice.cpp | 308 fClipData.fClipStack = canvas->getClipStack(); 313 fClipData.fClipStack = NULL; 319 SkASSERT(NULL != fClipData.fClipStack); 323 SkASSERT(draw.fClipStack && draw.fClipStack == fClipData.fClipStack);
|
/external/chromium_org/third_party/skia/src/pdf/ |
H A D | SkPDFDevice.cpp | 204 // we have to fall back to the region. Treat fClipStack as authoritative. 206 SkClipStack fClipStack; member in struct:GraphicStateEntry 240 fClipStack == cur.fClipStack && 252 fEntries[0].fClipStack = existingClipStack; 442 if (clipStack == currentEntry()->fClipStack) { 448 if (clipStack == currentEntry()->fClipStack) { 454 currentEntry()->fClipStack = clipStack; 467 // gsState->initialEntry()->fClipStack/Region specifies the clip that has 476 skip_clip_stack_prefix(fEntries[0].fClipStack, clipStac [all...] |
/external/skia/src/pdf/ |
H A D | SkPDFDevice.cpp | 204 // we have to fall back to the region. Treat fClipStack as authoritative. 206 SkClipStack fClipStack; member in struct:GraphicStateEntry 240 fClipStack == cur.fClipStack && 252 fEntries[0].fClipStack = existingClipStack; 442 if (clipStack == currentEntry()->fClipStack) { 448 if (clipStack == currentEntry()->fClipStack) { 454 currentEntry()->fClipStack = clipStack; 467 // gsState->initialEntry()->fClipStack/Region specifies the clip that has 476 skip_clip_stack_prefix(fEntries[0].fClipStack, clipStac [all...] |
/external/chromium_org/third_party/skia/include/core/ |
H A D | SkDraw.h | 140 const SkClipStack* fClipStack; // optional member in class:SkDraw
|
H A D | SkCanvas.h | 1130 return &fClipStack; 1274 SkClipStack fClipStack; member in class:SkCanvas
|
/external/skia/include/core/ |
H A D | SkDraw.h | 140 const SkClipStack* fClipStack; // optional member in class:SkDraw
|
H A D | SkCanvas.h | 1129 return &fClipStack; 1273 SkClipStack fClipStack; member in class:SkCanvas
|
/external/chromium_org/third_party/skia/src/core/ |
H A D | SkCanvas.cpp | 257 fClipStack = &canvas->fClipStack; 773 layer->updateMC(totalMatrix, totalClip, fClipStack, NULL); 777 layer->updateMC(totalMatrix, clip, fClipStack, &clip); 795 fClipStack.save(); 851 fClipStack.clipDevRect(ir, op); 975 fClipStack.restore(); 1344 fClipStack.clipEmpty(); 1366 fClipStack.clipDevRect(r, op, kSoft_ClipEdgeStyle == edgeStyle); 1440 fClipStack [all...] |
/external/skia/src/core/ |
H A D | SkCanvas.cpp | 257 fClipStack = &canvas->fClipStack; 773 layer->updateMC(totalMatrix, totalClip, fClipStack, NULL); 777 layer->updateMC(totalMatrix, clip, fClipStack, &clip); 795 fClipStack.save(); 851 fClipStack.clipDevRect(ir, op); 975 fClipStack.restore(); 1344 fClipStack.clipEmpty(); 1366 fClipStack.clipDevRect(r, op, kSoft_ClipEdgeStyle == edgeStyle); 1440 fClipStack [all...] |
/external/chromium_org/third_party/skia/include/pdf/ |
H A D | SkPDFDevice.h | 238 const SkClipStack* fClipStack; member in class:SkPDFDevice
|
/external/chromium_org/third_party/skia/tests/ |
H A D | ClipCacheTest.cpp | 89 clipData.fClipStack = &stack;
|
/external/skia/include/pdf/ |
H A D | SkPDFDevice.h | 238 const SkClipStack* fClipStack; member in class:SkPDFDevice
|
/external/skia/tests/ |
H A D | ClipCacheTest.cpp | 89 clipData.fClipStack = &stack;
|