HomeSort by relevance Sort by last modified time
    Searched full:ftop (Results 501 - 525 of 532) sorted by null

<<2122

  /external/skia/tools/
PictureRenderer.cpp 587 mat.postTranslate(-tileRect.fLeft, -tileRect.fTop);
    [all...]
  /external/chromium_org/third_party/skia/src/core/
SkPictureRecord.cpp     [all...]
SkPicturePlayback.cpp     [all...]
  /external/skia/src/core/
SkPictureRecord.cpp     [all...]
  /external/chromium_org/third_party/skia/src/gpu/
GrPathUtils.cpp 27 (i < 2) ? pathBounds.fTop : pathBounds.fBottom);
  /external/chromium_org/third_party/skia/src/images/
SkImageDecoder_libjpeg.cpp 820 int startY = rect.fTop;
    [all...]
  /external/chromium_org/third_party/skia/src/pathops/
SkPathOpsCubic.cpp 69 double height = dRect.fBottom - dRect.fTop;
SkOpSegment.cpp     [all...]
  /external/chromium_org/third_party/skia/src/pipe/
SkGPipeWrite.cpp 842 fWriter.write32(center.fTop);
    [all...]
  /external/chromium_org/ui/gfx/
render_text_harfbuzz.cc 83 extents->y_bearing = SkiaScalarToHarfBuzzPosition(-sk_bounds.fTop);
    [all...]
skbitmap_operations.cc 65 rect.fTop = 0;
  /external/skia/src/gpu/
GrPathUtils.cpp 27 (i < 2) ? pathBounds.fTop : pathBounds.fBottom);
  /external/skia/src/images/
SkImageDecoder_libjpeg.cpp 820 int startY = rect.fTop;
    [all...]
  /external/skia/src/pathops/
SkPathOpsCubic.cpp 69 double height = dRect.fBottom - dRect.fTop;
SkOpSegment.cpp     [all...]
  /external/skia/src/pipe/
SkGPipeWrite.cpp 842 fWriter.write32(center.fTop);
    [all...]
  /frameworks/base/libs/hwui/
RenderNode.cpp 218 mLayer->updateDeferred(this, dirty.fLeft, dirty.fTop, dirty.fRight, dirty.fBottom);
    [all...]
  /external/chromium_org/third_party/skia/experimental/Intersection/
SkAntiEdge.cpp     [all...]
  /external/chromium_org/third_party/skia/include/core/
SkPaint.h 755 SkScalar fTop; //!< The greatest distance above the baseline for any glyph (will be <= 0)
    [all...]
SkCanvas.h 588 return top >= clipR.fBottom || bottom <= clipR.fTop;
    [all...]
  /external/chromium_org/third_party/skia/tests/
ClipStackTest.cpp 944 SkScalarFloorToScalar(r.nextRangeScalar(kBounds.fTop, kBounds.fBottom - size.fHeight))};
    [all...]
  /external/skia/experimental/Intersection/
SkAntiEdge.cpp     [all...]
  /external/skia/include/core/
SkPaint.h 755 SkScalar fTop; //!< The greatest distance above the baseline for any glyph (will be <= 0)
    [all...]
  /external/skia/tests/
ClipStackTest.cpp 944 SkScalarFloorToScalar(r.nextRangeScalar(kBounds.fTop, kBounds.fBottom - size.fHeight))};
    [all...]
  /external/valgrind/main/memcheck/
mc_machine.c 624 if (o == GOF(FTOP) && szB == 4) return -1;
    [all...]

Completed in 517 milliseconds

<<2122