OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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/skia/gm/
blurrect.cpp
144
BlurRectCompareGM(const char name[], unsigned int
rectWidth
,
148
, fRectWidth(
rectWidth
)
213
BlurRectFastGM(const char name[], unsigned int
rectWidth
,
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
394
final int
rectWidth
= 2;
400
offsetManager.requestChildRectangleOnScreen(CONTENT_WIDTH -
rectWidth
,
401
CONTENT_HEIGHT - rectHeight, new Rect(0, 0,
rectWidth
, rectHeight), true);
416
final int
rectWidth
= VIEW_WIDTH;
422
offsetManager.requestChildRectangleOnScreen(CONTENT_WIDTH -
rectWidth
,
423
CONTENT_HEIGHT - rectHeight, new Rect(0, 0,
rectWidth
, rectHeight), true);
438
final int
rectWidth
= 2;
447
new Rect(0, 0,
rectWidth
, rectHeight), true);
/external/chromium_org/third_party/skia/src/core/
SkAAClip.cpp
863
int
rectWidth
= right - left;
865
if (count >=
rectWidth
) {
868
rectWidth
-= count;
[
all
...]
/external/skia/src/core/
SkAAClip.cpp
863
int
rectWidth
= right - left;
865
if (count >=
rectWidth
) {
868
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 653 milliseconds