OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fClipProxy
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/skia/src/gpu/
GrInOrderDrawBuffer.cpp
216
fClipProxy
= SkRect::Make(rect);
218
if (
fClipProxy
.fLeft <= 0) {
219
fClipProxy
.fLeft = SK_ScalarMin;
221
if (
fClipProxy
.fTop <= 0) {
222
fClipProxy
.fTop = SK_ScalarMin;
224
if (
fClipProxy
.fRight >= this->getDrawState().getRenderTarget()->width()) {
225
fClipProxy
.fRight = SK_ScalarMax;
227
if (
fClipProxy
.fBottom >= this->getDrawState().getRenderTarget()->height()) {
228
fClipProxy
.fBottom = SK_ScalarMax;
235
return
fClipProxy
.contains(devBounds)
[
all
...]
GrInOrderDrawBuffer.h
222
SkRect
fClipProxy
;
/external/skia/src/gpu/
GrInOrderDrawBuffer.cpp
216
fClipProxy
= SkRect::Make(rect);
218
if (
fClipProxy
.fLeft <= 0) {
219
fClipProxy
.fLeft = SK_ScalarMin;
221
if (
fClipProxy
.fTop <= 0) {
222
fClipProxy
.fTop = SK_ScalarMin;
224
if (
fClipProxy
.fRight >= this->getDrawState().getRenderTarget()->width()) {
225
fClipProxy
.fRight = SK_ScalarMax;
227
if (
fClipProxy
.fBottom >= this->getDrawState().getRenderTarget()->height()) {
228
fClipProxy
.fBottom = SK_ScalarMax;
235
return
fClipProxy
.contains(devBounds)
[
all
...]
GrInOrderDrawBuffer.h
222
SkRect
fClipProxy
;
Completed in 30 milliseconds