HomeSort by relevance Sort by last modified time
    Searched full:crect (Results 1 - 8 of 8) sorted by null

  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/core/controls/
CSpinner.java 335 Rectangle cRect = composite.getClientArea();
336 if (cRect.isEmpty()) {
344 sSize.y = Math.min(sSize.y, Math.min(tSize.y, cRect.height));
345 sSize.x = Math.min(sSize.x, cRect.width);
350 cRect.x + cRect.width - sSize.x + 1,
351 cRect.y - 1,
353 cRect.height + 2);
354 m_text.setBounds(cRect.x, cRect.y + 1, cRect.width - arrowWidth, tSize.y)
    [all...]
  /external/skia/src/c/
sk_surface.cpp 161 static const SkRect& AsRect(const sk_rect_t& crect) {
162 return reinterpret_cast<const SkRect&>(crect);
289 void sk_path_add_rect(sk_path_t* cpath, const sk_rect_t* crect, sk_path_direction_t cdir) {
294 as_path(cpath)->addRect(AsRect(*crect), dir);
297 void sk_path_add_oval(sk_path_t* cpath, const sk_rect_t* crect, sk_path_direction_t cdir) {
302 as_path(cpath)->addOval(AsRect(*crect), dir);
305 bool sk_path_get_bounds(const sk_path_t* cpath, sk_rect_t* crect) {
309 if (crect) {
310 *crect = ToRect(SkRect::MakeEmpty());
315 if (crect) {
    [all...]
  /external/skia/samplecode/
OverView.cpp 76 const SkRect crect = SkRect::MakeXYWH(cx - 0.5f, cy - 0.5f, 1, 1); variable
80 if (this->bounds(loc).intersects(crect)) {
  /external/chromium-trace/catapult/third_party/polymer/components/iron-fit-behavior/test/
iron-fit-behavior.html 399 var crect = constrain.getBoundingClientRect();
400 assert.isTrue(rect.height <= crect.height, 'width is less than or equal to fitInto width');
401 assert.isTrue(rect.height <= crect.height, 'height is less than or equal to fitInto height');
411 var crect = constrain.getBoundingClientRect();
412 assert.closeTo(rect.left - crect.left - (crect.right - rect.right), 0, 5, 'centered horizontally in fitInto');
413 assert.closeTo(rect.top - crect.top - (crect.bottom - rect.bottom), 0, 5, 'centered vertically in fitInto');
423 var crect = constrain.getBoundingClientRect();
424 assert.closeTo(rect.left - crect.left - (crect.right - rect.right), 0, 5, 'centered horizontally in fitInto')
    [all...]
  /sdk/find_java2/src/
FindJava2Dlg.cpp 95 CRect rect;
  /external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/
Plot.java 597 RectF cRect = new RectF(0, 0, w, h);
598 RectF mRect = boxModel.getMarginatedRect(cRect);
601 layout(new DisplayDimensions(cRect, mRect, pRect));
  /external/opencv3/modules/highgui/src/
window_w32.cpp 998 RECT crect, trect, rect; local
1002 GetClientRect(window->frame, &crect);
1007 SubtractRect( &rect, &crect, &trect);
1010 rect = crect;
    [all...]
  /prebuilts/tools/common/m2/repository/com/android/tools/external/propertysheet/1.0/
propertysheet-1.0.jar 

Completed in 273 milliseconds