HomeSort by relevance Sort by last modified time
    Searched refs:rect (Results 276 - 300 of 1773) sorted by null

<<11121314151617181920>>

  /external/chromium_org/content/renderer/
render_process.h 14 class Rect;
33 // rect: the rectangle which will be painted, use for sizing the canvas
39 const gfx::Rect& rect) = 0;
text_input_client_observer.cc 16 #include "ui/gfx/rect.h"
53 gfx::Rect rect; local
55 if (!render_view_impl_->GetPepperCaretBounds(&rect))
63 rect = web_rect;
66 Send(new TextInputClientReplyMsg_GotFirstRectForRange(routing_id(), rect));
  /external/chromium_org/content/test/
mock_render_process.h 21 const gfx::Rect& rect) OVERRIDE;
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/
nv50_transfer.h 23 nv50_m2mf_rect_setup(struct nv50_m2mf_rect *rect,
  /external/chromium_org/third_party/skia/src/core/
SkAnnotation.cpp 67 void SkAnnotateRectWithURL(SkCanvas* canvas, const SkRect& rect, SkData* value) {
73 canvas->drawRect(rect, paint);
85 void SkAnnotateLinkToDestination(SkCanvas* canvas, const SkRect& rect, SkData* name) {
91 canvas->drawRect(rect, paint);
  /external/chromium_org/webkit/child/
webfallbackthemeengine_impl.h 28 const WebKit::WebRect& rect,
  /external/mesa3d/src/gallium/drivers/nv50/
nv50_transfer.h 23 nv50_m2mf_rect_setup(struct nv50_m2mf_rect *rect,
  /external/qemu/distrib/sdl-1.2.15/src/video/qtopia/
SDL_QWin.h 82 void repaintRect(const QRect& rect);
96 bool repaintRotation0(const QRect& rect);
97 bool repaintRotation1(const QRect& rect);
98 bool repaintRotation3(const QRect& rect);
  /external/skia/gm/
nested.cpp 43 static void AddShape(SkPath* path, const SkRect& rect, Shapes shape, SkPath::Direction dir) {
46 path->addRect(rect, dir);
50 rr.setRectXY(rect, 5, 5);
55 path->addOval(rect, dir);
  /external/skia/src/core/
SkAnnotation.cpp 67 void SkAnnotateRectWithURL(SkCanvas* canvas, const SkRect& rect, SkData* value) {
73 canvas->drawRect(rect, paint);
85 void SkAnnotateLinkToDestination(SkCanvas* canvas, const SkRect& rect, SkData* name) {
91 canvas->drawRect(rect, paint);
  /frameworks/base/graphics/java/android/graphics/drawable/shapes/
ArcShape.java 48 canvas.drawArc(rect(), mStart, mSweep, true, paint); method
  /frameworks/native/include/media/editor/
II420ColorConverter.h 22 #include <android/rect.h>
76 * @param encoderRect (IN) Rect coordinates of the actual frame inside
103 * @param encoderRect (OUT) Rect coordinates of the actual frame inside
  /packages/apps/Camera/jni/feature_mos/src/mosaic/
Blend.h 107 int DoMergeAndBlend(MosaicFrame **frames, int nsite, int width, int height, YUVinfo &imgMos, MosaicRect &rect, MosaicRect &cropping_rect, float &progress, bool &cancelComputation);
108 void ComputeMask(CSite *csite, BlendRect &vcrect, BlendRect &brect, MosaicRect &rect, YUVinfo &imgMos, int site_idx);
109 void ProcessPyramidForThisFrame(CSite *csite, BlendRect &vcrect, BlendRect &brect, MosaicRect &rect, YUVinfo &imgMos, double trs[3][3], int site_idx);
125 void RoundingCroppingSizeToMultipleOf8(MosaicRect& rect);
  /packages/apps/Camera2/jni/feature_mos/src/mosaic/
Blend.h 107 int DoMergeAndBlend(MosaicFrame **frames, int nsite, int width, int height, YUVinfo &imgMos, MosaicRect &rect, MosaicRect &cropping_rect, float &progress, bool &cancelComputation);
108 void ComputeMask(CSite *csite, BlendRect &vcrect, BlendRect &brect, MosaicRect &rect, YUVinfo &imgMos, int site_idx);
109 void ProcessPyramidForThisFrame(CSite *csite, BlendRect &vcrect, BlendRect &brect, MosaicRect &rect, YUVinfo &imgMos, double trs[3][3], int site_idx);
125 void RoundingCroppingSizeToMultipleOf8(MosaicRect& rect);
  /packages/apps/VideoEditor/src/com/android/videoeditor/widgets/
ImageViewTouchBase.java 251 * @param rect The input/output rectangle
253 public void mapRect(RectF rect) {
254 mSuppMatrix.mapRect(rect);
483 final RectF rect = new RectF(0, 0, mBitmapDisplayed.getWidth(), local
486 m.mapRect(rect);
488 final float height = rect.height();
489 final float width = rect.width();
495 deltaY = (viewHeight - height) / 2 - rect.top;
496 } else if (rect.top > 0) {
497 deltaY = -rect.top
    [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
InputView.java 20 import android.graphics.Rect;
32 private final Rect mInputViewRect = new Rect();
33 private final Rect mEventForwardingRect = new Rect();
34 private final Rect mEventReceivingRect = new Rect();
59 final Rect rect = mInputViewRect; local
60 this.getGlobalVisibleRect(rect);
    [all...]
  /external/chromium_org/ash/system/tray/
actionable_view.cc 25 void ActionableView::DrawBorder(gfx::Canvas* canvas, const gfx::Rect& bounds) {
26 gfx::Rect rect = bounds; local
27 rect.Inset(1, 1, 3, 3);
28 canvas->DrawRect(rect, kFocusBorderColor);
  /external/chromium_org/cc/test/
fake_content_layer_client.h 15 #include "ui/gfx/rect.h"
31 gfx::Rect rect,
37 void add_draw_rect(const gfx::RectF& rect, const SkPaint& paint) {
38 draw_rects_.push_back(std::make_pair(rect, paint));
fake_picture_layer_tiling_client.h 13 #include "ui/gfx/rect.h"
24 PictureLayerTiling* tiling, gfx::Rect rect) OVERRIDE;
39 void set_text_rect(gfx::Rect rect) { text_rect_ = rect; }
49 gfx::Rect text_rect_;
  /external/chromium_org/chrome/browser/ui/views/
detachable_toolbar_view.h 40 const gfx::Rect& bounds,
44 // Calculate the rect for the content area of the bar/shelf. This is only
53 SkRect* rect,
65 // bookmarks). |rect| is the rectangle to paint the background within.
69 const SkRect& rect,
74 const SkRect& rect,
  /external/chromium_org/chrome/browser/ui/views/frame/
minimize_button_metrics_win.cc 48 RECT rect = {0}; local
49 GetClientRect(hwnd_, &rect);
51 // offset to be applied to the left or right edge of the client rect
58 cached_minimize_button_x_delta_ = rect.right - minimize_offset;
72 RECT client_rect = {0};
  /external/chromium_org/ppapi/cpp/dev/
widget_dev.cc 12 #include "ppapi/cpp/rect.h"
35 bool Widget_Dev::Paint(const Rect& rect, ImageData* image) {
38 pp_resource(), &rect.pp_rect(), image->pp_resource()));
41 pp_resource(), &rect.pp_rect(), image->pp_resource()));
57 bool Widget_Dev::GetLocation(Rect* location) {
68 void Widget_Dev::SetLocation(const Rect& location) {
  /external/chromium_org/printing/
pdf_metafile_cg_mac.cc 16 #include "ui/gfx/rect.h"
114 const gfx::Size& page_size, const gfx::Rect& content_area,
121 const gfx::Rect& content_area,
176 const CGRect rect,
188 const bool dest_is_landscape = (rect.size.width > rect.size.height);
198 (params.shrink_to_fit && ((source_width > rect.size.width) ||
199 (source_height > rect.size.height))) ||
200 (params.stretch_to_fit && ((source_width < rect.size.width) &&
201 (source_height < rect.size.height)))
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/
IntRectExtent.h 69 void expandRect(LayoutRect& rect) const
74 rect.move(-left(), -top());
75 rect.expand(left() + right(), top() + bottom());
  /external/chromium_org/third_party/skia/include/core/
SkRegion.h 90 * intervals comprised in the region. Empty region will return 0, Rect
112 * If rect is non-empty, set this region to that rectangle and return true,
125 * faster than calling region.op(rect, kUnion_Op) in a loop. If count is
211 bool quickReject(const SkIRect& rect) const {
212 return this->isEmpty() || rect.isEmpty() ||
213 !SkIRect::Intersects(fBounds, rect);
252 * specified rectangle: this = (this op rect).
255 bool op(const SkIRect& rect, Op op) { return this->op(*this, rect, op); }
259 * specified rectangle: this = (this op rect)
263 SkIRect rect; local
316 const SkIRect& rect() const { return fRect; } function in class:SkRegion::Iterator
336 const SkIRect& rect() const { return fRect; } function in class:SkRegion::Cliperator
    [all...]

Completed in 1196 milliseconds

<<11121314151617181920>>