OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fBounds
(Results
76 - 100
of
116
) sorted by null
1
2
3
4
5
/external/chromium_org/third_party/skia/src/core/
SkScan_AntiPath.cpp
422
fMask.
fBounds
= ir;
431
memset(fStorage, 0, fMask.
fBounds
.height() * fMask.fRowBytes + 1);
506
SkASSERT(iy >= fMask.
fBounds
.fTop && iy < fMask.
fBounds
.fBottom);
507
iy -= fMask.
fBounds
.fTop; // make it relative to 0
519
SkASSERT(ix >= fMask.
fBounds
.fLeft && ix < fMask.
fBounds
.fRight);
523
x -= (fMask.
fBounds
.fLeft << SHIFT);
SkBlitter.cpp
114
SkASSERT(mask.
fBounds
.contains(clip));
119
int maskLeft = mask.
fBounds
.fLeft;
125
if (cx == maskLeft && clip.fRight == mask.
fBounds
.fRight) {
192
if (clip.quickReject(mask.
fBounds
)) {
196
SkRegion::Cliperator clipper(clip, mask.
fBounds
);
390
SkASSERT(mask.
fBounds
.contains(clip));
523
SkASSERT(mask.
fBounds
.contains(clip));
615
SkASSERT(fMask->
fBounds
.contains(x, y));
616
SkASSERT(fMask->
fBounds
.contains(x + count - 1, y));
SkDraw.cpp
931
if (srcM.
fBounds
.isEmpty()) {
946
if (fBounder && !fBounder->doIRect(mask->
fBounds
)) {
[
all
...]
SkRegion_path.cpp
348
builder.copyToRect(&
fBounds
);
349
this->setRect(
fBounds
);
355
tmp.fRunHead->computeRunBounds(&tmp.
fBounds
);
SkScaledImageCache.cpp
67
,
fBounds
(bounds) {
100
SkIRect
fBounds
;
347
if (key.
fBounds
.isEmpty()) {
SkBitmap.cpp
[
all
...]
/external/chromium_org/third_party/skia/src/effects/
SkEmbossMask.cpp
100
int maxy = mask->
fBounds
.height() - 1;
101
int maxx = mask->
fBounds
.width() - 1;
/external/skia/src/core/
SkScan_AntiPath.cpp
422
fMask.
fBounds
= ir;
431
memset(fStorage, 0, fMask.
fBounds
.height() * fMask.fRowBytes + 1);
506
SkASSERT(iy >= fMask.
fBounds
.fTop && iy < fMask.
fBounds
.fBottom);
507
iy -= fMask.
fBounds
.fTop; // make it relative to 0
519
SkASSERT(ix >= fMask.
fBounds
.fLeft && ix < fMask.
fBounds
.fRight);
523
x -= (fMask.
fBounds
.fLeft << SHIFT);
SkBlitter.cpp
114
SkASSERT(mask.
fBounds
.contains(clip));
119
int maskLeft = mask.
fBounds
.fLeft;
125
if (cx == maskLeft && clip.fRight == mask.
fBounds
.fRight) {
192
if (clip.quickReject(mask.
fBounds
)) {
196
SkRegion::Cliperator clipper(clip, mask.
fBounds
);
390
SkASSERT(mask.
fBounds
.contains(clip));
523
SkASSERT(mask.
fBounds
.contains(clip));
615
SkASSERT(fMask->
fBounds
.contains(x, y));
616
SkASSERT(fMask->
fBounds
.contains(x + count - 1, y));
SkDraw.cpp
931
if (srcM.
fBounds
.isEmpty()) {
946
if (fBounder && !fBounder->doIRect(mask->
fBounds
)) {
[
all
...]
SkRegion_path.cpp
348
builder.copyToRect(&
fBounds
);
349
this->setRect(
fBounds
);
355
tmp.fRunHead->computeRunBounds(&tmp.
fBounds
);
SkScaledImageCache.cpp
67
,
fBounds
(bounds) {
100
SkIRect
fBounds
;
347
if (key.
fBounds
.isEmpty()) {