OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:clippedSaveLayerBounds
(Results
1 - 2
of
2
) sorted by null
/external/skia/src/core/
SkCanvas.cpp
860
SkIRect
clippedSaveLayerBounds
;
864
clippedSaveLayerBounds
= inputSaveLayerBounds;
868
clippedSaveLayerBounds
= clipBounds;
872
if (!
clippedSaveLayerBounds
.intersect(clipBounds)) {
880
SkASSERT(!
clippedSaveLayerBounds
.isEmpty());
884
fMCRec->fRasterClip.setRect(
clippedSaveLayerBounds
);
885
fDeviceClipBounds = qr_clip_bounds(
clippedSaveLayerBounds
);
889
*intersection =
clippedSaveLayerBounds
;
[
all
...]
/external/skqp/src/core/
SkCanvas.cpp
873
SkIRect
clippedSaveLayerBounds
;
877
clippedSaveLayerBounds
= inputSaveLayerBounds;
881
clippedSaveLayerBounds
= clipBounds;
885
if (!
clippedSaveLayerBounds
.intersect(clipBounds)) {
893
SkASSERT(!
clippedSaveLayerBounds
.isEmpty());
897
fMCRec->fRasterClip.setRect(
clippedSaveLayerBounds
);
898
fDeviceClipBounds = qr_clip_bounds(
clippedSaveLayerBounds
);
902
*intersection =
clippedSaveLayerBounds
;
[
all
...]
Completed in 233 milliseconds