HomeSort by relevance Sort by last modified time
    Searched full:ftop (Results 201 - 225 of 420) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/skia/tests/
PathOpsExtendedTest.cpp 130 SkDebugf("path.addRect(%1.9g, %1.9g, %1.9g, %1.9g, %s);\n", rect.fLeft, rect.fTop,
300 canvas.translate(-bounds1.fLeft + 1, -bounds1.fTop + 1);
304 canvas.translate(-bounds1.fLeft + 1 + bitWidth, -bounds1.fTop + 1);
364 canvas.translate(-bounds1.fLeft + 1, -bounds1.fTop + 1);
368 canvas.translate(-bounds1.fLeft + 1 + bitWidth, -bounds1.fTop + 1);
WritePixelsTest.cpp 456 canvas.writePixels(bmp, rect.fLeft, rect.fTop, config8888);
458 REPORTER_ASSERT(reporter, checkWrite(reporter, &canvas, bmp, rect.fLeft, rect.fTop, config8888));
462 SkIRect writeRect = SkIRect::MakeXYWH(rect.fLeft, rect.fTop,
PathOpsCubicReduceOrderTest.cpp 230 || (!AlmostEqualUlps(reducer.fLine[0].fY, bounds.fTop)
234 || (!AlmostEqualUlps(reducer.fLine[1].fY, bounds.fTop)
  /external/chromium_org/media/filters/
skcanvas_video_renderer.cc 121 local_dest_irect.fTop * bitmap.rowBytes() +
147 (local_dest_irect.fTop - local_dest_irect_saved.fTop) *
  /external/chromium_org/third_party/skia/src/pathops/
SkOpSegment.h 28 return fBounds.fTop < rh.fBounds.fTop;
88 return fBounds.fTop == fBounds.fBottom;
  /external/skia/gm/
beziereffects.cpp 143 verts[0].fPosition.setRectFan(bounds.fLeft, bounds.fTop,
292 verts[0].fPosition.setRectFan(bounds.fLeft, bounds.fTop,
472 verts[0].fPosition.setRectFan(bounds.fLeft, bounds.fTop,
  /external/skia/src/pathops/
SkOpSegment.h 28 return fBounds.fTop < rh.fBounds.fTop;
88 return fBounds.fTop == fBounds.fBottom;
  /external/chromium_org/third_party/skia/src/core/
SkBlitter_RGB16.cpp 210 uint16_t* SK_RESTRICT device = fDevice.getAddr16(clip.fLeft, clip.fTop);
211 const uint8_t* SK_RESTRICT alpha = mask.getAddr8(clip.fLeft, clip.fTop);
380 uint16_t* SK_RESTRICT device = fDevice.getAddr16(clip.fLeft, clip.fTop);
381 const uint8_t* SK_RESTRICT alpha = mask.getAddr8(clip.fLeft, clip.fTop);
630 uint16_t* SK_RESTRICT device = fDevice.getAddr16(clip.fLeft, clip.fTop);
631 const uint8_t* SK_RESTRICT alpha = mask.getAddr8(clip.fLeft, clip.fTop);
    [all...]
SkBitmap.cpp 817 uint8_t* p = this->getAddr8(area.fLeft, area.fTop);
826 uint16_t* p = this->getAddr16(area.fLeft, area.fTop);;
843 uint32_t* p = this->getAddr32(area.fLeft, area.fTop);
984 SkASSERT(static_cast<unsigned>(r.fTop) < static_cast<unsigned>(this->height()));
986 size_t offset = get_sub_offset(*this, r.fLeft, r.fTop);
1047 if (get_upper_left_from_offset(*this, &subset.fLeft, &subset.fTop)) {
1049 subset.fBottom = subset.fTop + fHeight;
    [all...]
SkSpriteBlitter_RGB16.cpp 60 y - fTop);
287 y - fTop);
  /external/skia/src/core/
SkBlitter_RGB16.cpp 210 uint16_t* SK_RESTRICT device = fDevice.getAddr16(clip.fLeft, clip.fTop);
211 const uint8_t* SK_RESTRICT alpha = mask.getAddr8(clip.fLeft, clip.fTop);
380 uint16_t* SK_RESTRICT device = fDevice.getAddr16(clip.fLeft, clip.fTop);
381 const uint8_t* SK_RESTRICT alpha = mask.getAddr8(clip.fLeft, clip.fTop);
630 uint16_t* SK_RESTRICT device = fDevice.getAddr16(clip.fLeft, clip.fTop);
631 const uint8_t* SK_RESTRICT alpha = mask.getAddr8(clip.fLeft, clip.fTop);
    [all...]
SkBitmap.cpp 817 uint8_t* p = this->getAddr8(area.fLeft, area.fTop);
826 uint16_t* p = this->getAddr16(area.fLeft, area.fTop);;
843 uint32_t* p = this->getAddr32(area.fLeft, area.fTop);
984 SkASSERT(static_cast<unsigned>(r.fTop) < static_cast<unsigned>(this->height()));
986 size_t offset = get_sub_offset(*this, r.fLeft, r.fTop);
1047 if (get_upper_left_from_offset(*this, &subset.fLeft, &subset.fTop)) {
1049 subset.fBottom = subset.fTop + fHeight;
    [all...]
SkSpriteBlitter_RGB16.cpp 60 y - fTop);
287 y - fTop);
  /external/chromium_org/third_party/skia/src/utils/debugger/
SkDrawCommand.h 155 SkScalar fTop;
440 int fTop;
  /external/skia/bench/
DashBench.cpp 116 rect.fTop = pts[0].fY - paint.getStrokeWidth() / 2;
118 rect.fBottom = rect.fTop + paint.getStrokeWidth();
  /external/skia/src/utils/debugger/
SkDrawCommand.h 155 SkScalar fTop;
440 int fTop;
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/
GraphicsContext.cpp 942 r.fTop = WebCoreFloatToSkScalar(floorf(pt.y() + 0.5f));
944 r.fBottom = r.fTop + SkIntToScalar(thickness);
990 SkRect topBorder = { skRect.fLeft, skRect.fTop, skRect.fRight, skRect.fTop + 1 };
994 SkRect leftBorder = { skRect.fLeft, skRect.fTop + 1, skRect.fLeft + 1, skRect.fBottom - 1 };
996 SkRect rightBorder = { skRect.fRight - 1, skRect.fTop + 1, skRect.fRight, skRect.fBottom - 1 };
    [all...]
  /external/chromium_org/third_party/skia/src/gpu/
SkGpuDevice.cpp 746 matrix.setTranslate(-maskRect.fLeft, -maskRect.fTop);
847 translate.setTranslate(-maskRect.fLeft, -maskRect.fTop);
    [all...]
  /external/skia/src/gpu/
SkGpuDevice.cpp 746 matrix.setTranslate(-maskRect.fLeft, -maskRect.fTop);
847 translate.setTranslate(-maskRect.fLeft, -maskRect.fTop);
    [all...]
  /external/skia/src/ports/
SkFontHost_FreeType.cpp 786 SkDebugf(" fTop: %f\n", metrics.fTop);
802 SkDebugf(" fTop: %hd\n", glyph.fTop);
    [all...]
  /development/ide/xcode/ports/
SkOSWindow_Mac.cpp 87 rect.top = r.fTop;
  /external/chromium/chrome/browser/ui/views/tabs/
dragged_tab_view.cc 176 rc.fTop = 0;
  /external/chromium_org/content/renderer/pepper/
pepper_graphics_2d_host.cc 116 static_cast<int>(src_rect.fTop)),
119 static_cast<int>(dest_rect.fTop)));
125 static_cast<int>(src_rect.fTop + y)),
128 static_cast<int>(dest_rect.fTop + y)));
  /external/chromium_org/skia/ext/
vector_platform_device_emf_win.cc 129 rect.fTop = 0;
205 SkScalarRound(rect.fTop),
319 if (srcIR.fTop > 0) {
320 dy = SkIntToScalar(srcIR.fTop);
  /external/chromium_org/third_party/WebKit/Source/platform/fonts/harfbuzz/
HarfBuzzFaceSkia.cpp 81 extents->y_bearing = SkiaScalarToHarfBuzzPosition(-skBounds.fTop);

Completed in 1264 milliseconds

1 2 3 4 5 6 7 891011>>