Searched refs:top (Results 101 - 125 of 608) sorted by relevance

1234567891011>>

/frameworks/base/libs/hwui/
H A DDisplayListOp.h228 DrawBoundedOp(float left, float top, float right, float bottom, const SkPaint* paint) argument
229 : DrawOp(paint), mLocalBounds(left, top, right, bottom) {}
242 mLocalBounds.top = std::min(mLocalBounds.top, points[i + 1]);
325 SaveLayerOp(float left, float top, float right, float bottom, int alpha, int flags) argument
326 : mArea(left, top, right, bottom)
333 SaveLayerOp(float left, float top, float right, float bottom, const SkPaint* paint, int flags) argument
334 : mArea(left, top, right, bottom)
348 deferStruct.mRenderer.saveLayerDeferred(mArea.left, mArea.top, mArea.right, mArea.bottom,
353 renderer.saveLayer(mArea.left, mArea.top, mAre
555 ClipRectOp(float left, float top, float right, float bottom, SkRegion::Op op) argument
791 DrawPatchOp(const SkBitmap* bitmap, const Res_png_9patch* patch, float left, float top, float right, float bottom, const SkPaint* paint) argument
952 DrawStrokableOp(float left, float top, float right, float bottom, const SkPaint* paint) argument
979 DrawRectOp(float left, float top, float right, float bottom, const SkPaint* paint) argument
1029 DrawRoundRectOp(float left, float top, float right, float bottom, float rx, float ry, const SkPaint* paint) argument
1060 DrawRoundRectPropsOp(float* left, float* top, float* right, float* bottom, float *rx, float *ry, const SkPaint* paint) argument
1131 DrawOvalOp(float left, float top, float right, float bottom, const SkPaint* paint) argument
1148 DrawArcOp(float left, float top, float right, float bottom, float startAngle, float sweepAngle, bool useCenter, const SkPaint* paint) argument
1176 float left, top, offset; local
[all...]
H A DDamageAccumulator.h50 void dirty(float left, float top, float right, float bottom);
H A DUvMapper.h85 * - top = min. V
93 texCoords.top = lerp(mMinV, mMaxV, texCoords.top);
/frameworks/base/core/java/com/android/internal/widget/
H A DLinearLayoutWithDefaultTouchRecepient.java62 ev.setLocation(ev.getX() + mTempRect.left, ev.getY() + mTempRect.top);
/frameworks/base/graphics/java/android/graphics/drawable/shapes/
H A DRectShape.java43 outline.setRect((int) Math.ceil(rect.left), (int) Math.ceil(rect.top),
/frameworks/minikin/include/minikin/
H A DMinikinFontFreeType.h36 int top; member in struct:android::GlyphBitmap
/frameworks/native/libs/ui/tests/
H A DRegion_test.cpp36 if (other->bottom < current->top) break;
37 if (other->bottom != current->top) continue;
41 if (other->top > current->bottom) break;
42 if (other->top != current->bottom) continue;
/frameworks/base/core/jni/android/graphics/pdf/
H A DPdfEditor.cpp49 jfieldID top; member in struct:android::__anon821
211 // is the top-left. So, translate the PDF coordinates to ours.
275 float top; local
280 ? FPDFPage_GetMediaBox(page, &left, &top, &right, &bottom)
281 : FPDFPage_GetCropBox(page, &left, &top, &right, &bottom);
290 env->SetIntField(outBox, gRectClassInfo.top, (int) top);
323 const int top = env->GetIntField(box, gRectClassInfo.top); local
328 FPDFPage_SetMediaBox(page, left, top, righ
[all...]
/frameworks/av/media/libstagefright/foundation/
H A DAHierarchicalStateMachine.cpp101 while (A.size() > 0 && B.size() > 0 && A.top() == B.top()) {
/frameworks/base/core/java/android/text/style/
H A DDrawableMarginSpan.java42 int top, int baseline, int bottom,
67 need = ht - (v + fm.bottom - fm.top - istartv);
41 drawLeadingMargin(Canvas c, Paint p, int x, int dir, int top, int baseline, int bottom, CharSequence text, int start, int end, boolean first, Layout layout) argument
H A DDynamicDrawableSpan.java84 fm.top = fm.ascent;
94 int top, int y, int bottom, Paint paint) {
92 draw(Canvas canvas, CharSequence text, int start, int end, float x, int top, int y, int bottom, Paint paint) argument
/frameworks/base/media/java/android/media/tv/
H A DITvInputSessionCallback.aidl39 void onLayoutSurface(int left, int top, int right, int bottom);
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
H A DAnimateableViewBounds.java47 outline.setRoundRect(mClipRect.left, mClipRect.top,
80 mClipBounds.set(mClipRect.left, mClipRect.top,
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DSpeedBumpView.java60 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { argument
61 super.onLayout(changed, left, top, right, bottom);
H A DStackScrollerDecorView.java48 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { argument
49 super.onLayout(changed, left, top, right, bottom);
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/jni/
H A Dstats_scorer.cpp45 jfloat left, jfloat top, jfloat right, jfloat bottom, jfloatArray statsArray)
50 int yStart = static_cast<int>(height * top);
43 Java_androidx_media_filterpacks_numeric_StatsFilter_regionscore( JNIEnv* env, jobject thiz, jobject imageBuffer, jint width, jint height, jfloat left, jfloat top, jfloat right, jfloat bottom, jfloatArray statsArray) argument
/frameworks/base/tests/VoiceInteraction/src/com/android/test/voiceinteraction/
H A DAssistVisualizer.java47 int top = parentTop+node.getTop();
48 bounds = new Rect(left, top, left+node.getWidth(), top+node.getHeight());
151 int top = parentTop + root.getTop();
163 top -= root.getScrollY();
167 buildTextRects(child, matrixStackIndex, left, top);
180 canvas.drawRect(te.bounds.left - mTmpLocation[0], te.bounds.top - mTmpLocation[1],
189 canvas.drawRect(0, 0, te.bounds.right - te.bounds.left, te.bounds.bottom - te.bounds.top,
/frameworks/rs/
H A DrsScriptC_LibGL.cpp230 int32_t *left, int32_t *right, int32_t *top, int32_t *bottom) {
237 if (top) {
238 *top = metrics->top;
246 int32_t *left, int32_t *right, int32_t *top, int32_t *bottom) {
252 SetMetrics(&metrics, left, right, top, bottom);
257 int32_t *left, int32_t *right, int32_t *top, int32_t *bottom) {
261 SetMetrics(&metrics, left, right, top, bottom);
229 SetMetrics(Font::Rect *metrics, int32_t *left, int32_t *right, int32_t *top, int32_t *bottom) argument
245 rsrMeasureTextAlloc(Context *rsc, Allocation *a, int32_t *left, int32_t *right, int32_t *top, int32_t *bottom) argument
256 rsrMeasureText(Context *rsc, const char *text, int32_t *left, int32_t *right, int32_t *top, int32_t *bottom) argument
/frameworks/support/percent/src/android/support/percent/
H A DPercentFrameLayout.java95 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { argument
96 super.onLayout(changed, left, top, right, bottom);
H A DPercentRelativeLayout.java95 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { argument
96 super.onLayout(changed, left, top, right, bottom);
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
H A DItemAlignmentFacetHelper.java32 * get alignment position relative to optical left/top of itemView.
79 sRect.top = alignPos;
81 alignPos = sRect.top - p.getOpticalTopInset();
/frameworks/av/services/camera/libcameraservice/api1/client2/
H A DParameters.h101 int left, top, right, bottom; member in struct:android::camera2::Parameters::Area
104 Area(int left, int top, int right, int bottom, int weight): argument
105 left(left), top(top), right(right), bottom(bottom),
108 return (left == 0) && (top == 0) && (right == 0) && (bottom == 0);
284 float top; member in struct:android::camera2::Parameters::CropRegion
/frameworks/base/core/java/android/transition/
H A DExplode.java61 int top = mTempLoc[1];
63 int bottom = top + view.getHeight();
64 transitionValues.values.put(PROPNAME_SCREEN_BOUNDS, new Rect(left, top, right, bottom));
92 return TranslationAnimationCreator.createAnimation(view, endValues, bounds.left, bounds.top,
104 int viewPosY = bounds.top;
114 endY += interruptedPosition[1] - bounds.top;
/frameworks/base/core/jni/
H A Dandroid_view_GraphicBuffer.cpp65 jfieldID top; member in struct:android::__anon897
164 rect.top = GET_INT(dirtyRect, gRectClassInfo.top);
196 nativeCanvas->clipRect(rect.left, rect.top, rect.right, rect.bottom);
200 int(rect.left), int(rect.top), int(rect.right), int(rect.bottom));
293 gRectClassInfo.top = GetFieldIDOrDie(env, clazz, "top", "I");
H A Dandroid_view_TextureView.cpp45 jfieldID top; member in struct:android::__anon921
148 rect.top = GET_INT(dirtyRect, gRectClassInfo.top);
172 nativeCanvas->clipRect(rect.left, rect.top, rect.right, rect.bottom);
176 int(rect.left), int(rect.top), int(rect.right), int(rect.bottom));
216 gRectClassInfo.top = GetFieldIDOrDie(env, clazz, "top", "I");

Completed in 1730 milliseconds

1234567891011>>