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

  /frameworks/base/core/jni/android/graphics/
Path.cpp 80 SkRect rect_; local
81 jboolean result = obj->isRect(&rect_);
82 GraphicsJNI::rect_to_jrectf(rect_, env, rect);
168 SkRect rect_; local
169 GraphicsJNI::jrectf_to_rect(env, rect, &rect_);
170 obj->addRect(rect_, dir);
204 SkRect rect_; local
205 GraphicsJNI::jrectf_to_rect(env, rect, &rect_);
208 obj->addRoundRect(rect_, rx_, ry_, dir);
213 SkRect rect_; local
    [all...]
Canvas.cpp 278 SkRect rect_; local
279 GraphicsJNI::jrectf_to_rect(env, rect, &rect_);
280 return canvas->quickReject(rect_, (SkCanvas::EdgeType)edgetype);
384 SkRect rect_; local
385 GraphicsJNI::jrectf_to_rect(env, rect, &rect_);
386 canvas->drawRect(rect_, *paint);
    [all...]
  /external/chromium/chrome/browser/ui/gtk/
info_bubble_gtk.cc 104 rect_ = rect ? *rect : gtk_util::WidgetBounds(anchor_widget);
278 rect_.x(), rect_.y(), &offset_x, &offset_y);
283 toplevel_x + offset_x + (rect_.width() / 2), // arrow_x
322 rect_.x(), rect_.y(), &offset_x, &offset_y);
326 screen_x = toplevel_x + offset_x + (rect_.width() / 2) - kArrowX;
328 screen_x = toplevel_x + offset_x + (rect_.width() / 2) -
334 gint screen_y = toplevel_y + offset_y + rect_.height() +
info_bubble_gtk.h 135 // and |rect_|) and move it there.
174 // The window for which we're being shown (and to which |rect_| is relative).
185 gfx::Rect rect_; member in class:InfoBubbleGtk
  /external/opencv/cv/src/
cvmorph.cpp 47 icv##morphtype##Rect_##flavor##_C1R_t \
48 icv##morphtype##Rect_##flavor##_C1R_p = 0; \
51 icv##morphtype##Rect_##flavor##_C3R_t \
52 icv##morphtype##Rect_##flavor##_C3R_p = 0; \
55 icv##morphtype##Rect_##flavor##_C4R_t \
56 icv##morphtype##Rect_##flavor##_C4R_p = 0; \
    [all...]
_cvipp.h 293 IPCVAPI_EX( CvStatus, icv##morphtype##Rect_##flavor##_C##cn##R, \
    [all...]

Completed in 86 milliseconds