OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:fBounds
(Results
26 - 35
of
35
) sorted by null
1
2
/external/chromium_org/third_party/skia/include/core/
SkPathRef.h
166
return
fBounds
;
299
fIsFinite = ComputePtBounds(&
fBounds
, *this);
305
fBounds
= rect;
307
fIsFinite =
fBounds
.isFinite();
439
mutable SkRect
fBounds
;
/external/skia/include/core/
SkPathRef.h
166
return
fBounds
;
299
fIsFinite = ComputePtBounds(&
fBounds
, *this);
305
fBounds
= rect;
307
fIsFinite =
fBounds
.isFinite();
439
mutable SkRect
fBounds
;
/external/chromium_org/third_party/skia/src/core/
SkScaledImageCache.cpp
67
,
fBounds
(bounds) {
100
SkIRect
fBounds
;
347
if (key.
fBounds
.isEmpty()) {
SkAAClip.cpp
138
fTop = fBottom = clip.
fBounds
.fBottom;
151
fTop = clip.
fBounds
.fTop;
152
fBottom = clip.
fBounds
.fTop + fCurrYOff->fY + 1;
192
SkASSERT(
fBounds
.isEmpty());
202
const int lastY =
fBounds
.height() - 1;
214
size_t rowLength = compute_row_length(row,
fBounds
.width());
405
const int width =
fBounds
.width();
441
fBounds
.fLeft += leftZeros;
442
fBounds
.fRight -= riteZeros;
443
SkASSERT(!
fBounds
.isEmpty())
[
all
...]
/external/chromium_org/third_party/skia/src/effects/
SkMatrixConvolutionImageFilter.cpp
345
const SkIRect& bounds() const { return
fBounds
; }
371
SkIRect
fBounds
;
570
fBounds
(bounds),
/external/skia/src/core/
SkScaledImageCache.cpp
67
,
fBounds
(bounds) {
100
SkIRect
fBounds
;
347
if (key.
fBounds
.isEmpty()) {
SkAAClip.cpp
138
fTop = fBottom = clip.
fBounds
.fBottom;
151
fTop = clip.
fBounds
.fTop;
152
fBottom = clip.
fBounds
.fTop + fCurrYOff->fY + 1;
192
SkASSERT(
fBounds
.isEmpty());
202
const int lastY =
fBounds
.height() - 1;
214
size_t rowLength = compute_row_length(row,
fBounds
.width());
405
const int width =
fBounds
.width();
441
fBounds
.fLeft += leftZeros;
442
fBounds
.fRight -= riteZeros;
443
SkASSERT(!
fBounds
.isEmpty())
[
all
...]
/external/skia/src/effects/
SkMatrixConvolutionImageFilter.cpp
345
const SkIRect& bounds() const { return
fBounds
; }
371
SkIRect
fBounds
;
570
fBounds
(bounds),
/external/chromium_org/third_party/skia/src/utils/debugger/
SkDrawCommand.h
501
SkRect
fBounds
;
/external/skia/src/utils/debugger/
SkDrawCommand.h
501
SkRect
fBounds
;
Completed in 371 milliseconds
1
2