HomeSort by relevance Sort by last modified time
    Searched refs:rectWidth (Results 1 - 9 of 9) sorted by null

  /frameworks/base/graphics/java/android/graphics/
Atlas.java 306 * @param freeWidth The rectWidth of the free space after packing a rectangle
308 * @param rectWidth The rectWidth of the rectangle that was packed in a cell
312 int rectWidth, int rectHeight);
319 int rectWidth, int rectHeight) {
320 return rectWidth * freeHeight > freeWidth * rectHeight;
328 int rectWidth, int rectHeight) {
329 return rectWidth * freeHeight <= freeWidth * rectHeight;
337 int rectWidth, int rectHeight) {
346 int rectWidth, int rectHeight)
    [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
GestureFloatingPreviewText.java 158 final float rectWidth = textWidth + hPad * 2.0f;
163 Math.max(CoordinateUtils.x(mLastPointerCoords) - rectWidth / 2.0f, 0.0f),
164 displayWidth - rectWidth);
167 rectangle.set(rectX, rectY, rectX + rectWidth, rectY + rectHeight);
  /external/chromium_org/android_webview/javatests/src/org/chromium/android_webview/test/
AwScrollOffsetManagerTest.java 397 final int rectWidth = 2;
403 offsetManager.requestChildRectangleOnScreen(CONTENT_WIDTH - rectWidth,
404 CONTENT_HEIGHT - rectHeight, new Rect(0, 0, rectWidth, rectHeight), true);
419 final int rectWidth = VIEW_WIDTH;
425 offsetManager.requestChildRectangleOnScreen(CONTENT_WIDTH - rectWidth,
426 CONTENT_HEIGHT - rectHeight, new Rect(0, 0, rectWidth, rectHeight), true);
441 final int rectWidth = 2;
450 new Rect(0, 0, rectWidth, rectHeight), true);
  /external/skia/gm/
blurrect.cpp 143 BlurRectCompareGM(const char name[], unsigned int rectWidth, unsigned int rectHeight, float radius, SkBlurMask::Style style)
145 , fRectWidth(rectWidth)
258 BlurRectSlowLowGM(const char name[], unsigned int rectWidth, unsigned int rectHeight,
260 INHERITED(name, rectWidth, rectHeight, blurRadius, style)
274 BlurRectGroundTruthGM(const char name[], unsigned int rectWidth, unsigned int rectHeight,
276 INHERITED(name, rectWidth, rectHeight, blurRadius, style)
  /external/chromium_org/third_party/skia/src/core/
SkAAClip.cpp 861 int rectWidth = right - left;
863 if (count >= rectWidth) {
866 rectWidth -= count;
    [all...]
  /external/skia/src/core/
SkAAClip.cpp 861 int rectWidth = right - left;
863 if (count >= rectWidth) {
866 rectWidth -= count;
    [all...]
  /prebuilts/devtools/tools/lib/
jfreechart-1.0.9.jar 
  /prebuilts/tools/common/jfreechart/
jfreechart-1.0.9.jar 
  /prebuilts/tools/common/m2/repository/jfree/jfreechart/1.0.9/
jfreechart-1.0.9.jar 

Completed in 1120 milliseconds