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

1 2

  /external/chromium/net/http/
http_byte_range_unittest.cc 64 bool return_value = range.ComputeBounds(tests[i].instance_size);
71 EXPECT_FALSE(range.ComputeBounds(tests[i].instance_size));
http_byte_range.cc 44 bool HttpByteRange::ComputeBounds(int64 size) {
http_byte_range.h 48 bool ComputeBounds(int64 size);
  /packages/apps/Mms/src/com/android/mms/ui/
QuickContactDivot.java 100 computeBounds(c);
131 private void computeBounds(Canvas c) {
  /cts/tests/tests/gesture/src/android/gesture/cts/
LineGestureStrokeHelper.java 62 linePath.computeBounds(bounds, true);
GestureStrokeTest.java 95 linePath.computeBounds(bounds, true);
  /cts/tests/tests/graphics/src/android/graphics/cts/
PathTest.java 176 path.computeBounds(bounds, true);
179 path.computeBounds(bounds, false);
192 path.computeBounds(bounds, true);
195 path.computeBounds(bounds, false);
  /frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
ScaledPathsActivity.java 57 mPath.computeBounds(mPathBounds, true);
PathsActivity.java 92 mPath.computeBounds(mPathBounds, true);
  /external/webkit/Source/WebCore/platform/graphics/mac/
FontComplexTextMac.cpp 114 glyphOverflow->top = max<int>(glyphOverflow->top, ceilf(-controller.minGlyphBoundingBoxY()) - (glyphOverflow->computeBounds ? 0 : fontMetrics().ascent()));
115 glyphOverflow->bottom = max<int>(glyphOverflow->bottom, ceilf(controller.maxGlyphBoundingBoxY()) - (glyphOverflow->computeBounds ? 0 : fontMetrics().descent()));
  /external/webkit/Source/WebCore/platform/graphics/win/
FontWin.cpp 130 glyphOverflow->top = max<int>(glyphOverflow->top, ceilf(-controller.minGlyphBoundingBoxY()) - (glyphOverflow->computeBounds ? 0 : fontMetrics().ascent()));
131 glyphOverflow->bottom = max<int>(glyphOverflow->bottom, ceilf(controller.maxGlyphBoundingBoxY()) - (glyphOverflow->computeBounds ? 0 : fontMetrics().descent()));
  /external/skia/src/core/
SkRTree.cpp 71 fRoot.fBounds = this->computeBounds(fRoot.fChild.subtree);
80 fRoot.fBounds = this->computeBounds(fRoot.fChild.subtree);
138 root->child(childIndex)->fBounds = this->computeBounds(
167 branch->fBounds = this->computeBounds(newSibling);
231 SkIRect SkRTree::computeBounds(Node* n) {
SkRTree.h 154 SkIRect computeBounds(Node* n);
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
PathEffects.java 76 mPath.computeBounds(bounds, false);
  /external/webkit/Source/WebCore/platform/graphics/
Font.h 64 , computeBounds(false)
72 bool computeBounds;
FontFastPath.cpp 455 glyphOverflow->top = max<int>(glyphOverflow->top, ceilf(-it.minGlyphBoundingBoxY()) - (glyphOverflow->computeBounds ? 0 : fontMetrics().ascent()));
456 glyphOverflow->bottom = max<int>(glyphOverflow->bottom, ceilf(it.maxGlyphBoundingBoxY()) - (glyphOverflow->computeBounds ? 0 : fontMetrics().descent()));
  /frameworks/base/core/jni/android/graphics/
Path.cpp 86 static void computeBounds(JNIEnv* env, jobject clazz, SkPath* obj, jobject bounds) {
278 {"native_computeBounds","(ILandroid/graphics/RectF;)V", (void*) SkPathGlue::computeBounds},
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
RoundedLine.java 109 mPath.computeBounds(mArc1, true /* unused */);
  /frameworks/base/libs/hwui/
PathCache.cpp 93 PathCache::computeBounds(bounds, paint, left, top, offset, width, height);
96 void PathCache::computeBounds(const SkRect& bounds, const SkPaint* paint,
PathCache.h 247 static void computeBounds(const SkRect& bounds, const SkPaint* paint,
  /frameworks/base/core/java/android/gesture/
Gesture.java 236 path.computeBounds(bounds, true);
  /external/chromium/net/url_request/
url_request_file_job.cc 347 if (!byte_range_.ComputeBounds(file_info.size)) {
  /packages/apps/Settings/src/com/android/settings/widget/
ChartNetworkSeriesView.java 246 mPathFill.computeBounds(bounds, true);
  /external/skia/include/core/
SkPath.h 197 this->computeBounds();
300 this->computeBounds();
    [all...]
  /frameworks/native/services/surfaceflinger/
Layer.cpp 272 Rect Layer::computeBounds() const {
369 Rect frame(s.transform.transform(computeBounds()));
600 const Rect win(computeBounds());
    [all...]

Completed in 707 milliseconds

1 2