HomeSort by relevance Sort by last modified time
    Searched refs:rectWidth (Results 1 - 13 of 13) 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/
GestureFloatingTextDrawingPreview.java 163 final float rectWidth = textWidth + hPad * 2.0f;
167 Math.max(CoordinateUtils.x(mLastPointerCoords) - rectWidth / 2.0f, 0.0f),
168 mParams.mDisplayWidth - rectWidth);
171 rectangle.set(rectX, rectY, rectX + rectWidth, rectY + rectHeight);
  /external/chromium_org/third_party/skia/gm/
blurrect.cpp 231 BlurRectCompareGM(const char name[], unsigned int rectWidth,
235 , fRectWidth(rectWidth)
299 BlurRectFastGM(const char name[], unsigned int rectWidth,
302 INHERITED(name, rectWidth, rectHeight, blurRadius, style) {
316 BlurRectSlowGM(const char name[], unsigned int rectWidth, unsigned int rectHeight,
318 : INHERITED(name, rectWidth, rectHeight, blurRadius, style) {
347 BlurRectSlowLowGM(const char name[], unsigned int rectWidth, unsigned int rectHeight,
349 : INHERITED(name, rectWidth, rectHeight, blurRadius, style) {
362 BlurRectGroundTruthGM(const char name[], unsigned int rectWidth, unsigned int rectHeight,
364 : INHERITED(name, rectWidth, rectHeight, blurRadius, style)
    [all...]
  /external/skia/gm/
blurrect.cpp 231 BlurRectCompareGM(const char name[], unsigned int rectWidth,
235 , fRectWidth(rectWidth)
299 BlurRectFastGM(const char name[], unsigned int rectWidth,
302 INHERITED(name, rectWidth, rectHeight, blurRadius, style) {
316 BlurRectSlowGM(const char name[], unsigned int rectWidth, unsigned int rectHeight,
318 : INHERITED(name, rectWidth, rectHeight, blurRadius, style) {
347 BlurRectSlowLowGM(const char name[], unsigned int rectWidth, unsigned int rectHeight,
349 : INHERITED(name, rectWidth, rectHeight, blurRadius, style) {
362 BlurRectGroundTruthGM(const char name[], unsigned int rectWidth, unsigned int rectHeight,
364 : 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/WebKit/Source/web/tests/
RenderGeometryMapTest.cpp 189 const float rectWidth = 15.0f;
202 EXPECT_EQ(FloatQuad(FloatRect(523.0f - rectWidth, 6.0f, 15.0f, 25.0f)), rgm.mapToContainer(rect, getRenderBox(webView, "CenterDiv")));
206 EXPECT_EQ(FloatQuad(FloatRect(522.0f - rectWidth, 12.0f, 15.0f, 25.0f)), rgm.mapToContainer(rect, getRenderBox(webView, "CenterDiv")));
212 EXPECT_EQ(FloatQuad(FloatRect(821.0f - rectWidth * scaleWidth, 31.0f, 15.0f * scaleWidth, 25.0f * scaleHeight)), rgm.mapToContainer(rect, nullptr));
217 EXPECT_EQ(FloatQuad(FloatRect(512.0f - rectWidth, 37.0f, 15.0f, 25.0f)), rgm.mapToContainer(rect, getRenderBox(webView, "CenterDiv")));
223 EXPECT_EQ(FloatQuad(FloatRect(801.0f - rectWidth * scaleWidth, 106.0f, 15.0f * scaleWidth, 25.0f * scaleHeight)), rgm.mapToContainer(rect, nullptr));
  /external/chromium_org/third_party/skia/experimental/Intersection/
SkAntiEdge.cpp 875 static void create_sweep(uint8_t* result, int pixelRow, int pixelCol, SkScalar rectWidth) {
877 SkRect refRect = {pixelCol / 2 - rectWidth / 2, 5,
878 pixelCol / 2 + rectWidth / 2, pixelRow / 2 - 5};
    [all...]
  /external/skia/experimental/Intersection/
SkAntiEdge.cpp 875 static void create_sweep(uint8_t* result, int pixelRow, int pixelCol, SkScalar rectWidth) {
877 SkRect refRect = {pixelCol / 2 - rectWidth / 2, 5,
878 pixelCol / 2 + rectWidth / 2, pixelRow / 2 - 5};
    [all...]
  /external/chromium_org/third_party/skia/src/core/
SkAAClip.cpp 931 int rectWidth = right - left;
933 if (count >= rectWidth) {
936 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 604 milliseconds