Searched refs:getBounds (Results 151 - 175 of 211) sorted by relevance

123456789

/external/skia/src/gpu/
H A DGrDistanceFieldGenFromVector.cpp746 SkDEBUGCODE(SkIRect pathBounds = xformPath.getBounds().roundOut());
768 SkDEBUGCODE(pathBounds = workingPath.getBounds().roundOut());
/external/skia/src/gpu/ops/
H A DGrAAHairLinePathRenderer.cpp352 GrPathUtils::scaleToleranceToSrc(SK_Scalar1, m, path.getBounds());
709 this->setTransformedBounds(path.getBounds(), viewMatrix, HasAABloat::kYes,
H A DGrShadowRRectOp.cpp836 const SkRect& rrectBounds = rrect.getBounds();
894 return make_shadow_circle_op(color, viewMatrix, rrect.getBounds(), blurRadius, stroke,
H A DGrAAConvexPathRenderer.cpp747 this->setTransformedBounds(path.getBounds(), viewMatrix, HasAABloat::kYes, IsZeroArea::kNo);
H A DGrMSAAPathRenderer.cpp657 bounds = path.getBounds();
/external/skia/src/core/
H A DSkPath.cpp67 avoiding the need to revisit all of the points in getBounds().
109 joinNoEmptyChecks(&fRect, fPath->getBounds());
574 *rect = this->getBounds();
950 const SkRect& bounds = rrect.getBounds();
1124 const SkRect& bounds = rrect.getBounds();
2691 SkScalar ymax = path.getBounds().fTop;
3170 if (!contains_inclusive(this->getBounds(), x, y)) {
3448 return this->getBounds();
H A DSkDevice.cpp56 return rgn.getBounds() == SkIRect::MakeWH(this->width(), this->height());
H A DSkRRect.cpp262 if (!this->getBounds().contains(rect)) {
H A DSkRecorder.cpp174 APPEND(DrawDrawable, this->copy(matrix), drawable->getBounds(), fDrawableList->count() - 1);
H A DSkRegion_path.cpp498 const SkIRect& bounds = this->getBounds();
H A DSkBlitter.cpp439 SkDEBUGCODE(const SkIRect& bounds = fRgn->getBounds();)
563 const SkIRect& clipR = clip->getBounds();
H A DSkGlyphCache.cpp332 const SkRect& pathBounds = path->getBounds();
H A DSkScalerContext.cpp152 const SkIRect ir = devPath.getBounds().roundOut();
/external/skia/src/effects/
H A DSkBlurMaskFilter.cpp206 const SkRect& devOrig = devRRect.getBounds();
238 const SkRect srcProxyRect = srcRRect.getBounds().makeOutset(srcBlurRadius, srcBlurRadius);
1325 SkRect rect = rrect.getBounds();
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/core/controls/
H A DCComboBox.java578 Rectangle tableBounds = table.getBounds();
H A DCTableCombo.java279 Rectangle listRect = m_table.getBounds();
514 //Rectangle tableRect = m_table.getBounds();
/external/skia/gm/
H A Dcubicpaths.cpp35 SkRect bounds = path.getBounds();
H A Ddashing.cpp132 matrix.setRectToRect(path->getBounds(), bounds, SkMatrix::kCenter_ScaleToFit);
H A Dmultipicturedraw.cpp168 SkRect r = tri.getBounds();
/external/skia/samplecode/
H A DSamplePathText.cpp97 const SkRect& bounds = fPath.getBounds();
H A DSampleQuadStroker.cpp395 SkRect bounds = path.getBounds();
/external/skia/src/c/
H A Dsk_surface.cpp316 *crect = ToRect(path.getBounds());
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/table/
H A DPropertyTable.java1205 int xOffset = m_plusImage.getBounds().width / 2;
1206 int yOffset = (height - m_plusImage.getBounds().width) / 2;
/external/skia/src/pdf/
H A DSkPDFDevice.cpp534 SkRect transformedRect = path.getBounds();
2090 SkRect bounds = perspectiveOutline.getBounds();
2105 physicalPerspectiveOutline.getBounds();
H A DSkPDFShader.cpp982 image.getBounds(&bitmapBounds);
1003 image.getBounds(&patternBBox);

Completed in 951 milliseconds

123456789