/packages/apps/Camera2/src/com/android/camera/ |
CaptureModule.java | 23 import android.graphics.RectF; 254 RectF mPreviewArea; 417 public void onPreviewAreaChanged(RectF previewArea) { [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/gdiplus/ |
gdiplusimpl.h | 100 __inline__ Status Image::GetBounds(RectF *srcRect, Unit *srcUnit) 506 __inline__ Bitmap* Bitmap::Clone(const RectF& rect, PixelFormat format) const 1120 __inline__ Region::Region(const RectF& rect): nativeRegion(NULL), lastStatus(Ok) 1171 __inline__ Status Region::Complement(const RectF& rect) 1207 __inline__ Status Region::Exclude(const RectF& rect) [all...] |
/external/chromium_org/cc/input/ |
page_scale_animation.cc | 149 gfx::RectF(root_layer_size_).bottom_right() - 150 gfx::RectF(TargetViewportSize()).bottom_right();
|
/external/chromium_org/cc/layers/ |
nine_patch_layer_impl_unittest.cc | 25 gfx::Rect ToRoundedIntRect(const gfx::RectF& rect_f) { 98 gfx::RectF tex_rect =
|
tiled_layer_impl.cc | 250 gfx::RectF tex_coord_rect = gfx::RectF(tile_rect.size()) + texture_offset;
|
layer_impl.cc | 487 const gfx::RectF& layer_rect) const { 488 gfx::RectF content_rect = 606 update_rect_ = gfx::RectF(); 723 update_rect_ = gfx::RectF(); 724 damage_rect_ = gfx::RectF(); [all...] |
/external/chromium_org/third_party/mesa/src/src/mesa/main/ |
api_loopback.c | 67 #define RECTF(a,b,c,d) CALL_Rectf(GET_DISPATCH(), (a,b,c,d)) 902 RECTF((GLfloat) x1, (GLfloat) y1, (GLfloat) x2, (GLfloat) y2); 908 RECTF((GLfloat) v1[0], (GLfloat) v1[1], (GLfloat) v2[0], (GLfloat) v2[1]); 914 RECTF(v1[0], v1[1], v2[0], v2[1]); 920 RECTF((GLfloat) x1, (GLfloat) y1, (GLfloat) x2, (GLfloat) y2); 926 RECTF((GLfloat) v1[0], (GLfloat) v1[1], (GLfloat) v2[0], (GLfloat) v2[1]); 932 RECTF((GLfloat) x1, (GLfloat) y1, (GLfloat) x2, (GLfloat) y2); 938 RECTF((GLfloat) v1[0], (GLfloat) v1[1], (GLfloat) v2[0], (GLfloat) v2[1]); [all...] |
/external/chromium_org/ui/gl/ |
gl_surface.cc | 233 const RectF& crop_rect) { 354 const RectF& crop_rect) {
|
/external/chromium_org/ui/ozone/platform/dri/ |
hardware_display_controller.cc | 70 const gfx::RectF& crop_rect) 318 gfx::RectF crop_rect = plane.crop_rect;
|
hardware_display_controller.h | 36 const gfx::RectF& crop_rect); 44 gfx::RectF crop_rect;
|
/external/mesa3d/src/mesa/main/ |
api_loopback.c | 67 #define RECTF(a,b,c,d) CALL_Rectf(GET_DISPATCH(), (a,b,c,d)) 902 RECTF((GLfloat) x1, (GLfloat) y1, (GLfloat) x2, (GLfloat) y2); 908 RECTF((GLfloat) v1[0], (GLfloat) v1[1], (GLfloat) v2[0], (GLfloat) v2[1]); 914 RECTF(v1[0], v1[1], v2[0], v2[1]); 920 RECTF((GLfloat) x1, (GLfloat) y1, (GLfloat) x2, (GLfloat) y2); 926 RECTF((GLfloat) v1[0], (GLfloat) v1[1], (GLfloat) v2[0], (GLfloat) v2[1]); 932 RECTF((GLfloat) x1, (GLfloat) y1, (GLfloat) x2, (GLfloat) y2); 938 RECTF((GLfloat) v1[0], (GLfloat) v1[1], (GLfloat) v2[0], (GLfloat) v2[1]); [all...] |
/frameworks/base/docs/html/training/custom-views/ |
optimizing-view.jd | 153 mBounds = new RectF(0, 0, w, h); 156 RectF mBounds;
|
/external/chromium_org/mojo/services/public/cpp/surfaces/lib/ |
surfaces_type_converters.cc | 84 render_pass_quad_state->mask_uv_rect.To<gfx::RectF>(), 155 tile_state->tex_coord_rect.To<gfx::RectF>(), 171 yuv_state->tex_coord_rect.To<gfx::RectF>(), 251 pass_state->mask_uv_rect = RectF::From(render_pass_quad->mask_uv_rect); 302 tile_state->tex_coord_rect = RectF::From(tile_quad->tex_coord_rect); 313 yuv_state->tex_coord_rect = RectF::From(yuv_quad->tex_coord_rect);
|
/frameworks/base/core/java/android/app/ |
ActivityTransitionCoordinator.java | 21 import android.graphics.RectF; 430 Matrix tempMatrix, RectF tempRect, int[] decorLoc) { 557 RectF tempRect = new RectF(); 685 RectF tempBounds = new RectF(); 751 Matrix tempMatrix, RectF tempBounds) { [all...] |
/frameworks/base/core/java/android/hardware/camera2/legacy/ |
ParameterUtils.java | 22 import android.graphics.RectF; 514 RectF cropRect = new RectF(/*left*/0, /*top*/0, cropW, cropH); 555 RectF shrunkRect = new RectF(shrinkTarget); 663 RectF scaledRect = new RectF(); [all...] |
SurfaceTextureRenderer.java | 19 import android.graphics.RectF; 273 RectF intermediate = new RectF(/*left*/0, /*top*/0, /*right*/texWidth, /*bottom*/texHeight); 274 RectF output = new RectF(/*left*/0, /*top*/0, /*right*/width, /*bottom*/height);
|
/frameworks/base/services/core/java/com/android/server/wm/ |
AccessibilityController.java | 32 import android.graphics.RectF; 405 private final RectF mTempRectF = new RectF(); 480 RectF windowFrame = mTempRectF; [all...] |
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/ |
Canvas_Delegate.java | 205 return canvasDelegate.saveLayer(new RectF(l, t, r, b), 219 return canvasDelegate.saveLayerAlpha(new RectF(l, t, r, b), alpha, layerFlags); [all...] |
Path_Delegate.java | 182 /*package*/ static boolean native_isRect(long nPath, RectF rect) { 202 /*package*/ static void native_computeBounds(long nPath, RectF bounds) { 565 * Fills the given {@link RectF} with the path bounds. 566 * @param bounds the RectF to be filled. 568 private void fillBounds(RectF bounds) {
|
/external/chromium_org/ui/events/gesture_detection/ |
gesture_provider_unittest.cc | 51 gfx::RectF BoundsForSingleMockTouchAtLocation(float x, float y) { 53 return gfx::RectF(x - diameter / 2, y - diameter / 2, diameter, diameter); [all...] |
/frameworks/opt/photoviewer/src/com/android/ex/photo/views/ |
PhotoView.java | 28 import android.graphics.RectF; 166 private RectF mTempSrc = new RectF(); 168 private RectF mTempDst = new RectF(); 170 private RectF mTranslateRect = new RectF(); 884 RectF scaledDestination = new RectF( [all...] |
/developers/build/prebuilts/gradle/Camera2Basic/Application/src/main/java/com/example/android/camera2basic/ |
Camera2BasicFragment.java | 29 import android.graphics.RectF; 627 RectF viewRect = new RectF(0, 0, viewWidth, viewHeight); 628 RectF bufferRect = new RectF(0, 0, mPreviewSize.getHeight(), mPreviewSize.getWidth());
|
/developers/samples/android/media/Camera2Basic/Application/src/main/java/com/example/android/camera2basic/ |
Camera2BasicFragment.java | 29 import android.graphics.RectF; 627 RectF viewRect = new RectF(0, 0, viewWidth, viewHeight); 628 RectF bufferRect = new RectF(0, 0, mPreviewSize.getHeight(), mPreviewSize.getWidth());
|
/development/samples/browseable/Camera2Basic/src/com.example.android.camera2basic/ |
Camera2BasicFragment.java | 29 import android.graphics.RectF; 603 RectF viewRect = new RectF(0, 0, viewWidth, viewHeight); 604 RectF bufferRect = new RectF(0, 0, mPreviewSize.getHeight(), mPreviewSize.getWidth());
|
/external/pdfium/core/src/fxge/Microsoft SDK/include/ |
GdiPlusBrush.h | 202 IN const RectF &dstRect)
225 IN const RectF &dstRect,
493 LinearGradientBrush(IN const RectF& rect,
527 LinearGradientBrush(IN const RectF& rect,
623 Status GetRectangle(OUT RectF* rect) const
|