Searched refs:fBounds (Results 126 - 138 of 138) sorted by relevance

123456

/external/chromium_org/third_party/skia/src/gpu/
H A DSkGpuDevice.cpp613 if (clip.quickReject(dstM.fBounds)) {
620 desc.fWidth = dstM.fBounds.width();
621 desc.fHeight = dstM.fBounds.height();
633 SkRect maskRect = SkRect::Make(dstM.fBounds);
/external/chromium_org/third_party/skia/src/pathops/
H A DSkOpContour.cpp758 fBounds = fSegments.front().bounds();
760 fBounds.add(fSegments[index].bounds());
H A DSkOpSegment.cpp356 fBounds.setCubicBounds(pts);
436 fBounds.set(pts, 2);
453 fBounds.setQuadBounds(pts);
1772 SkScalar bottom = fBounds.fBottom;
1777 SkScalar top = fBounds.fTop;
1781 if (fBounds.fLeft > basePt.fX) {
1784 if (fBounds.fRight < basePt.fX) {
1787 if (fBounds.fLeft == fBounds.fRight) {
1789 return AlmostEqualUlps(basePt.fX, fBounds
[all...]
/external/skia/src/pathops/
H A DSkOpContour.cpp746 fBounds = fSegments.front().bounds();
748 fBounds.add(fSegments[index].bounds());
H A DSkOpSegment.cpp355 fBounds.setCubicBounds(pts);
432 fBounds.set(pts, 2);
449 fBounds.setQuadBounds(pts);
1702 SkScalar bottom = fBounds.fBottom;
1707 SkScalar top = fBounds.fTop;
1711 if (fBounds.fLeft > basePt.fX) {
1714 if (fBounds.fRight < basePt.fX) {
1717 if (fBounds.fLeft == fBounds.fRight) {
1719 return AlmostEqualUlps(basePt.fX, fBounds
[all...]
/external/chromium_org/third_party/skia/src/core/
H A DSkPath.cpp2120 // if we're empty, fBounds may be empty but translated, so we can't
2125 SkASSERT(fBounds.isEmpty());
2128 SkASSERT(fBounds.isEmpty());
2130 if (!fBounds.isEmpty()) {
2131 SkASSERT(fBounds.contains(bounds));
/external/chromium_org/third_party/skia/src/utils/
H A DSkTextureCompressor_Blitter.h314 SkASSERT(mask.fBounds.contains(clip));
/external/chromium_org/third_party/skia/src/utils/debugger/
H A DSkDrawCommand.h567 SkRect fBounds; member in class:SkSaveLayerCommand
/external/skia/src/core/
H A DSkPath.cpp2201 // if we're empty, fBounds may be empty but translated, so we can't
2206 SkASSERT(fBounds.isEmpty());
2209 SkASSERT(fBounds.isEmpty());
2211 if (!fBounds.isEmpty()) {
2212 SkASSERT(fBounds.contains(bounds));
/external/skia/src/gpu/
H A DSkGpuDevice.cpp645 if (clip.quickReject(dstM.fBounds)) {
652 desc.fWidth = dstM.fBounds.width();
653 desc.fHeight = dstM.fBounds.height();
665 SkRect maskRect = SkRect::Make(dstM.fBounds);
/external/skia/src/utils/debugger/
H A DSkDrawCommand.h549 SkRect fBounds; member in class:SkSaveLayerCommand
/external/chromium_org/third_party/skia/src/device/xps/
H A DSkXPSDevice.cpp1426 m.setTranslate(SkIntToScalar(mask.fBounds.fLeft),
1427 SkIntToScalar(mask.fBounds.fTop));
/external/skia/src/device/xps/
H A DSkXPSDevice.cpp1583 m.setTranslate(SkIntToScalar(mask.fBounds.fLeft),
1584 SkIntToScalar(mask.fBounds.fTop));

Completed in 296 milliseconds

123456