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

  /frameworks/base/graphics/java/android/graphics/
Atlas.java 307 * @param freeHeight The rectHeight of the free space after packing a rectangle
309 * @param rectHeight The rectHeight 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...]
  /external/skia/gm/
blurrect.cpp 145 unsigned int rectHeight, float radius,
149 , fRectHeight(rectHeight)
214 unsigned int rectHeight, float blurRadius,
216 INHERITED(name, rectWidth, rectHeight, blurRadius, style) {
230 BlurRectSlowGM(const char name[], unsigned int rectWidth, unsigned int rectHeight,
232 : INHERITED(name, rectWidth, rectHeight, blurRadius, style) {
261 BlurRectSlowLowGM(const char name[], unsigned int rectWidth, unsigned int rectHeight,
263 : INHERITED(name, rectWidth, rectHeight, blurRadius, style) {
276 BlurRectGroundTruthGM(const char name[], unsigned int rectWidth, unsigned int rectHeight,
278 : INHERITED(name, rectWidth, rectHeight, blurRadius, style)
    [all...]
  /external/chromium_org/android_webview/javatests/src/org/chromium/android_webview/test/
AwScrollOffsetManagerTest.java 395 final int rectHeight = 3;
401 CONTENT_HEIGHT - rectHeight, new Rect(0, 0, rectWidth, rectHeight), true);
404 assertEquals(CONTENT_HEIGHT - rectHeight - VIEW_HEIGHT / 3, delegate.getOverScrollDeltaY());
417 final int rectHeight = VIEW_HEIGHT;
423 CONTENT_HEIGHT - rectHeight, new Rect(0, 0, rectWidth, rectHeight), true);
439 final int rectHeight = 3;
447 new Rect(0, 0, rectWidth, rectHeight), true);
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
GestureFloatingPreviewText.java 159 final float rectHeight = textHeight + vPad * 2.0f;
166 - mParams.mGesturePreviewTextOffset - rectHeight;
167 rectangle.set(rectX, rectY, rectX + rectWidth, rectY + rectHeight);
  /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 43 milliseconds