HomeSort by relevance Sort by last modified time
    Searched full:computebounds (Results 26 - 44 of 44) sorted by null

12

  /external/chromium/net/http/
partial_data.cc 299 if (!byte_range_.ComputeBounds(resource_size_))
http_cache_unittest.cc 905 EXPECT_TRUE(byte_range.ComputeBounds(80));
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/
Font.cpp 180 return floatWidthForSimpleText(run, 0, returnFallbackFonts ? fallbackFonts : 0, codePathToUse == SimpleWithGlyphOverflow || (glyphOverflow && glyphOverflow->computeBounds) ? glyphOverflow : 0);
  /frameworks/base/core/java/android/gesture/
GestureOverlayView.java 290 path.computeBounds(bounds, true);
  /frameworks/native/services/surfaceflinger/
Layer.h 155 Rect computeBounds() const;
SurfaceFlinger.cpp     [all...]
  /external/skia/legacy/include/core/
SkPath.h 252 this->computeBounds();
756 void computeBounds() const;
SkPaint.h 469 path.computeBounds(&r, SkPath::kFast_BoundsType);
    [all...]
  /external/webkit/Source/WebCore/rendering/
RenderText.cpp 621 if (f.isFixedPitch() && !f.isSmallCaps() && m_isAllASCII && (!glyphOverflow || !glyphOverflow->computeBounds)) {
    [all...]
RootInlineBox.cpp 642 if (includeGlyphsForBox(box) && glyphOverflow && glyphOverflow->computeBounds) {
    [all...]
RenderBlockLineLayout.cpp 477 glyphOverflow.computeBounds = true;
    [all...]
  /frameworks/base/graphics/java/android/graphics/
Path.java 198 public void computeBounds(RectF bounds, boolean exact) {
  /external/skia/include/core/
SkPaint.h     [all...]
  /frameworks/base/core/java/android/view/
GLES20Canvas.java 509 path.computeBounds(mPathBounds, true);
    [all...]
  /frameworks/base/core/java/android/widget/
Editor.java     [all...]
TextView.java     [all...]
  /external/skia/legacy/src/core/
SkPath.cpp 396 void SkPath::computeBounds() const {
    [all...]
  /cts/tests/tests/widget/src/android/widget/cts/
TextViewTest.java     [all...]
  /external/skia/src/core/
SkPath.cpp 707 void SkPath::computeBounds() const {
    [all...]

Completed in 1799 milliseconds

12