Searched refs:drawBounds (Results 1 - 8 of 8) sorted by relevance

/external/skia/src/core/
H A DSkBBoxHierarchyRecord.cpp42 SkRect drawBounds; local
45 drawBounds = *bounds;
46 this->getTotalMatrix().mapRect(&drawBounds);
50 drawBounds.set(deviceBounds);
56 this->handleBBox(drawBounds);
/external/chromium_org/third_party/skia/src/core/
H A DSkBBoxHierarchyRecord.cpp67 SkRect drawBounds; local
71 drawBounds.set(deviceBounds);
76 this->handleBBox(drawBounds);
/external/chromium_org/third_party/skia/src/gpu/
H A DGrClipMaskManager.cpp113 const SkRect* drawBounds) {
117 if (drawBounds) {
118 boundsInClipSpace = *drawBounds;
139 if (drawBounds && iter.get()->contains(boundsInClipSpace)) {
110 installClipEffects(const ElementList& elements, GrDrawState::AutoRestoreEffects* are, const SkVector& clipToRTOffset, const SkRect* drawBounds) argument
H A DGrDrawTarget.cpp426 bool GrDrawTarget::setupDstReadIfNecessary(GrDeviceCoordTexture* dstCopy, const SkRect* drawBounds) { argument
435 if (drawBounds) {
437 drawBounds->roundOut(&drawIBounds);
H A DGrDrawTarget.h921 bool setupDstReadIfNecessary(GrDeviceCoordTexture* dstCopy, const SkRect* drawBounds);
/external/skia/src/gpu/
H A DGrClipMaskManager.cpp113 const SkRect* drawBounds) {
117 if (NULL != drawBounds) {
118 boundsInClipSpace = *drawBounds;
139 if (NULL != drawBounds && iter.get()->contains(boundsInClipSpace)) {
110 installClipEffects(const ElementList& elements, GrDrawState::AutoRestoreEffects* are, const SkVector& clipToRTOffset, const SkRect* drawBounds) argument
H A DGrDrawTarget.cpp416 bool GrDrawTarget::setupDstReadIfNecessary(GrDeviceCoordTexture* dstCopy, const SkRect* drawBounds) { argument
425 if (NULL != drawBounds) {
427 drawBounds->roundOut(&drawIBounds);
H A DGrDrawTarget.h939 bool setupDstReadIfNecessary(GrDeviceCoordTexture* dstCopy, const SkRect* drawBounds);

Completed in 171 milliseconds