HomeSort by relevance Sort by last modified time
    Searched full:rectf (Results 201 - 225 of 702) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/chromium_org/cc/layers/
scrollbar_layer_impl_base.cc 99 const gfx::RectF& layer_rect) const {
102 gfx::RectF content_rect = gfx::ScaleRect(layer_rect,
231 gfx::RectF thumb_rect;
233 thumb_rect = gfx::RectF(thumb_offset,
238 thumb_rect = gfx::RectF(
render_surface_impl.h 41 return gfx::RectF(content_rect_).CenterPoint();
46 gfx::RectF DrawableContentRect() const;
  /frameworks/base/graphics/java/android/graphics/
NinePatch.java 143 * @see #draw(Canvas, RectF)
156 * @see #draw(Canvas, RectF)
175 public void draw(Canvas canvas, RectF location) {
201 void drawSoftware(Canvas canvas, RectF location, Paint paint) {
276 private static native void nativeDraw(long canvas_instance, RectF loc, long bitmap_instance,
  /frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
TaskViewThumbnail.java 31 import android.graphics.RectF;
52 RectF mBitmapRect = new RectF();
53 RectF mLayoutRect = new RectF();
  /frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/glrenderer/
GLCanvas.java 21 import android.graphics.RectF;
100 public abstract void drawTexture(BasicTexture texture, RectF source, RectF target);
117 float ratio, RectF src, RectF target);
  /packages/apps/Gallery2/src/com/android/gallery3d/glrenderer/
GLCanvas.java 21 import android.graphics.RectF;
102 public abstract void drawTexture(BasicTexture texture, RectF source, RectF target);
119 float ratio, RectF src, RectF target);
  /packages/apps/Launcher3/WallpaperPicker/src/com/android/gallery3d/glrenderer/
GLCanvas.java 21 import android.graphics.RectF;
100 public abstract void drawTexture(BasicTexture texture, RectF source, RectF target);
117 float ratio, RectF src, RectF target);
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/util/
TransitionImageAnimation.java 23 import android.graphics.RectF;
83 private static RectF sTmpRect1 = new RectF();
84 private static RectF sTmpRect2 = new RectF();
  /external/chromium_org/cc/base/
math_util.cc 128 return gfx::ToEnclosingRect(MapClippedRect(transform, gfx::RectF(src_rect)));
131 gfx::RectF MathUtil::MapClippedRect(const gfx::Transform& transform,
132 const gfx::RectF& src_rect) {
169 ProjectClippedRect(transform, gfx::RectF(src_rect)));
172 gfx::RectF MathUtil::ProjectClippedRect(const gfx::Transform& transform,
173 const gfx::RectF& src_rect) {
364 gfx::RectF MathUtil::ComputeEnclosingRectOfVertices(
368 return gfx::RectF();
378 return gfx::RectF(gfx::PointF(xmin, ymin),
382 gfx::RectF MathUtil::ComputeEnclosingClippedRect
    [all...]
  /external/chromium_org/ui/gfx/ipc/
gfx_param_traits.cc 206 void ParamTraits<gfx::RectF>::Write(Message* m, const gfx::RectF& p) {
211 bool ParamTraits<gfx::RectF>::Read(const Message* m,
213 gfx::RectF* r) {
222 void ParamTraits<gfx::RectF>::Log(const gfx::RectF& p, std::string* l) {
  /frameworks/base/core/java/android/view/inputmethod/
SparseRectFArray.java 19 import android.graphics.RectF;
26 * An implementation of SparseArray specialized for {@link android.graphics.RectF}.
28 * As this is a sparse array, it represents an array of {@link RectF} most of which are null. This
37 * The keys, in ascending order, of those {@link RectF} that are not null. For example,
260 public RectF get(final int index) {
272 return new RectF(mCoordinates[baseCoordIndex],
  /frameworks/opt/bitmap/src/com/android/bitmap/drawable/
StyledCornersBitmapDrawable.java 26 import android.graphics.RectF;
52 private static final RectF sRectF = new RectF();
244 RectF flapCornerRectF = sRectF;
290 RectF fakeCornerRectF = sRectF;
377 RectF roundedCornerRectF = sRectF;
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
TextDecorator.java 20 import android.graphics.RectF;
53 private RectF mComposingTextBoundsForLastComposingText = new RectF();
199 final RectF lastCharRect = info.getCharacterBounds(lastCharRectIndex);
222 final RectF characterBounds = info.getCharacterBounds(characterIndex);
365 public void layoutUi(Matrix matrix, RectF composingTextBounds, boolean useRtlLayout) {
  /frameworks/base/core/java/android/view/
GLES20Canvas.java 31 import android.graphics.RectF;
59 private RectF mPathBounds;
260 private RectF getPathBounds() {
261 if (mPathBounds == null) mPathBounds = new RectF();
324 public boolean clipRect(RectF rect) {
330 public boolean clipRect(RectF rect, Region.Op op) {
363 RectF pathBounds = getPathBounds();
370 public boolean quickReject(RectF rect, EdgeType type) {
445 public int saveLayer(RectF bounds, Paint paint, int saveFlags) {
470 public int saveLayerAlpha(RectF bounds, int alpha, int saveFlags)
    [all...]
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
PathEffects.java 75 RectF bounds = new RectF();
ShapeDrawable1.java 82 RectF inset = new RectF(6, 6, 6, 6);
  /external/chromium_org/cc/output/
direct_renderer.h 66 static gfx::RectF QuadVertexRect();
69 const gfx::RectF& quad_rect);
overlay_strategy_single_on_top.cc 41 gfx::RectF rect = draw_quad->rect;
46 gfx::RectF overlap_rect = overlap_iter->rect;
  /external/chromium_org/cc/test/
render_pass_test_utils.cc 103 gfx::RectF(),
131 gfx::RectF(),
  /external/chromium_org/chrome/browser/ui/autofill/
autofill_popup_controller.h 18 class RectF;
51 virtual const gfx::RectF& element_bounds() const = 0;
  /external/chromium_org/components/autofill/core/browser/
autofill_client.h 17 class RectF;
90 const gfx::RectF& element_bounds,
  /external/chromium_org/components/password_manager/core/browser/
password_autofill_manager.h 16 class RectF;
50 const gfx::RectF& bounds,
  /external/chromium_org/gpu/command_buffer/service/
stream_texture_manager_in_process_android.cc 39 const gfx::RectF& crop_rect) OVERRIDE;
88 const gfx::RectF& crop_rect) {
  /external/chromium_org/ui/views/
view_targeter_delegate.cc 52 gfx::RectF rect_in_child_coords_f(rect);
64 gfx::RectF cur_view_bounds_f(cur_view->GetLocalBounds());
  /development/samples/ApiDemos/src/com/example/android/apis/animation/
PathAnimations.java 29 import android.graphics.RectF;
66 RectF bounds = new RectF(1, 1, 3, 3);
85 sTraversalPath.addArc(new RectF(1, 2, 6, 6), 0, 180);

Completed in 940 milliseconds

1 2 3 4 5 6 7 891011>>