HomeSort by relevance Sort by last modified time
    Searched refs:fRight (Results 26 - 50 of 117) sorted by null

12 3 4 5

  /external/webkit/Source/WebCore/platform/graphics/android/layers/
IFrameContentLayerAndroid.cpp 36 out->fRight = m_scrollLimits.width();
BaseLayerAndroid.cpp 71 if (viewport.fRight > getWidth() || viewport.fBottom > getHeight()) {
74 setSize(std::max(viewport.fRight, getWidth()),
212 backgroundRect.fRight = backgroundRect.fLeft + getWidth() * nbX;
277 rect.fRight = rect.fLeft + getWidth();
Layer.cpp 210 canvas->drawLine(r.fLeft, r.fTop, r.fRight, r.fBottom, p);
211 canvas->drawLine(r.fLeft, r.fBottom, r.fRight, r.fTop, p);
  /frameworks/base/core/jni/android/graphics/
NinePatch.cpp 87 SkScalarToFloat(bounds.fRight), SkScalarToFloat(bounds.fBottom));
96 bounds.fRight = SkScalarDiv(bounds.fRight-bounds.fLeft, scale);
102 SkScalarToFloat(bounds.fRight), SkScalarToFloat(bounds.fBottom),
  /external/skia/src/pdf/
SkPDFImage.cpp 68 for (x = srcRect.fLeft; x + 1 < srcRect.fRight; x += 2) {
109 for (int x = srcRect.fLeft; x < srcRect.fRight; x++) {
127 for (int x = srcRect.fLeft; x < srcRect.fRight; x++) {
158 for (int x = srcRect.fLeft; x < srcRect.fRight; x += 8) {
165 if (x + 7 < srcRect.fRight && alphaDst[0] != 0xFF) {
168 if (x + 7 < srcRect.fRight && alphaDst[0]) {
196 for (int x = srcRect.fLeft; x < srcRect.fRight; x++) {
SkPDFShader.cpp 480 domain->appendScalar(bbox.fRight);
554 patternBBox.fRight += width;
586 rect = SkRect::MakeLTRB(width, surfaceBBox.fTop, surfaceBBox.fRight, 0);
592 rect = SkRect::MakeLTRB(width, height, surfaceBBox.fRight,
627 if (surfaceBBox.fRight > width) {
633 rightMatrix.setScale(surfaceBBox.fRight - width, 1);
642 patternBBox.fRight = surfaceBBox.width();
689 patternBBoxArray->appendScalar(patternBBox.fRight);
  /external/skia/src/core/
SkScan_Antihair.cpp 266 if (istart >= clip->fRight || istop <= clip->fLeft) {
274 if (istop > clip->fRight) {
275 istop = clip->fRight;
364 if (left >= clip->fRight || right <= clip->fLeft) {
367 if (clip->fLeft <= left && clip->fRight >= right) {
463 p1.set(rect.fRight, rect.fTop);
465 p0.set(rect.fRight, rect.fBottom);
553 SkFixedToFDot8(xr.fRight), SkFixedToFDot8(xr.fBottom),
780 FDot8 R = SkScalarToFDot8(r.fRight + rx);
810 R = SkScalarToFDot8(r.fRight - rx)
    [all...]
SkBlitter.cpp 119 if (cx == maskLeft && clip.fRight == mask.fBounds.fRight) {
128 int rite_edge = clip.fRight - maskLeft;
274 if (right > fClipRect.fRight) {
275 right = fClipRect.fRight;
286 if (!y_in_rect(y, fClipRect) || left >= fClipRect.fRight) {
307 if (x1 > fClipRect.fRight) {
308 x1 = fClipRect.fRight;
361 if (r.fRight != left + width + 2) {
362 SkASSERT(r.fRight < left + width + 2)
    [all...]
SkScan_AntiPath.cpp 92 const int right = clip.getBounds().fRight;
527 SkASSERT(ix >= fMask.fBounds.fLeft && ix < fMask.fBounds.fRight);
581 r.fRight < max && r.fBottom < max;
602 overflows_short_shift(rect.fRight, SHIFT) |
633 SkDebugf("--- bounds can't fit in SkIRect\n", r.fLeft, r.fTop, r.fRight, r.fBottom);
673 if (bounds.fRight > kMaxClipCoord || bounds.fBottom > kMaxClipCoord) {
702 clipRect->fRight << SHIFT, clipRect->fBottom << SHIFT);
SkScan_Path.cpp 322 fLastX = clip.fRight << shift;
484 tmp.fRight = cr.fRight;
497 tmp.fRight = cr.fRight;
523 if (fClipRect->fLeft > ir.fLeft || fClipRect->fRight < ir.fRight) {
SkAAClip.cpp 426 fBounds.fRight -= riteZeros;
761 int w = r.fRight - r.fLeft;
1158 fBuilder->addRun(fLeft, y - 1, 0, fRight - fLeft);
1169 fRight = builder->getBounds().fRight;
    [all...]
SkPath.cpp 25 dst->fRight = SkMaxScalar(dst->fRight, src.fRight);
568 this->addRect(rect.fLeft, rect.fTop, rect.fRight, rect.fBottom, dir);
623 this->moveTo(rect.fRight - rx, rect.fTop);
638 this->lineTo(rect.fRight - rx, rect.fBottom); // bottom
640 this->cubicTo(rect.fRight - rx + sx, rect.fBottom,
641 rect.fRight, rect.fBottom - ry + sy,
642 rect.fRight, rect.fBottom - ry); // bot-right
644 this->lineTo(rect.fRight, rect.fTop + ry)
    [all...]
SkAAClip.h 61 return this->quickContains(r.fLeft, r.fTop, r.fRight, r.fBottom);
  /external/skia/include/gpu/
SkGr.h 157 rect->fRight = GrIntToScalar(r.fRight);
  /external/skia/samplecode/
SampleMipMap.cpp 32 canvas.drawLine(0, 0, r.fRight, r.fBottom, paint);
33 canvas.drawLine(0, r.fBottom, r.fRight, 0, paint);
SampleArc.cpp 58 canvas->drawLine(r.fLeft, r.fTop, r.fRight, r.fBottom, p);
59 canvas->drawLine(r.fLeft, r.fBottom, r.fRight, r.fTop, p);
60 canvas->drawLine(r.fLeft, r.centerY(), r.fRight, r.centerY(), p);
SampleAARects.cpp 32 canvas.drawLine(0, 0, r.fRight, r.fBottom, paint);
33 canvas.drawLine(0, r.fBottom, r.fRight, 0, paint);
SampleLineClipper.cpp 59 SkASSERT(pts[i].fX <= clip.fRight);
216 drawVLine(canvas, fClip.fRight - SK_ScalarHalf, paint);
SamplePath.cpp 71 SkScalarToDouble(r.fRight), SkScalarToDouble(r.fBottom),
72 ir.fLeft, ir.fTop, ir.fRight, ir.fBottom);
  /external/webkit/Source/WebKit/android/
RenderSkinMediaButton.cpp 190 bounds.fRight -= thumbHalfWidth;
196 playedRect.fRight = alreadyPlayed;
  /external/skia/src/views/
SkWidget.cpp 266 pts[0].set(r.fRight, r.fBottom);
267 pts[1].set(r.fRight - r.height(), r.fTop);
297 r.fRight = r.fLeft + SkScalarMul(r.width(), SkFixedToScalar(percent));
308 canvas->drawLine(*(SkPoint*)&r.fLeft, *(SkPoint*)&r.fRight, p);
SkStackViewLayout.cpp 115 endM = fMargin.fRight;
134 crossLimit = -fMargin.fLeft - fMargin.fRight;
264 child->setSize( parent->width() - fMargin.fRight - fMargin.fLeft,
  /external/skia/include/core/
SkRegion.h 175 return this->quickContains(r.fLeft, r.fTop, r.fRight, r.fBottom);
193 fBounds.fRight >= right && fBounds.fBottom >= bottom;
346 int fLeft, fRight;
  /development/samples/BrowserPlugin/jni/animation/
AnimationThread.cpp 124 m_oval.fRight = m_x + OW;
  /external/skia/src/utils/
SkLayer.cpp 218 canvas->drawLine(r.fLeft, r.fTop, r.fRight, r.fBottom, p);
219 canvas->drawLine(r.fLeft, r.fBottom, r.fRight, r.fTop, p);

Completed in 881 milliseconds

12 3 4 5