OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:rtIBounds
(Results
1 - 2
of
2
) sorted by null
/external/skia/src/gpu/
GrClipStackClip.cpp
259
SkIRect
rtIBounds
= SkIRect::MakeWH(renderTargetContext->width(),
262
SkASSERT(
rtIBounds
.contains(scissor)); // Mask shouldn't be larger than the RT.
/external/skqp/src/gpu/
GrClipStackClip.cpp
257
SkIRect
rtIBounds
= SkIRect::MakeWH(renderTargetContext->width(),
260
SkASSERT(
rtIBounds
.contains(scissor)); // Mask shouldn't be larger than the RT.
Completed in 173 milliseconds