Searched refs:draw (Results 101 - 125 of 301) sorted by relevance

1234567891011>>

/frameworks/native/opengl/tests/angeles/include/GLES/
H A Degl.h214 GLAPI EGLBoolean APIENTRY eglMakeCurrent (EGLDisplay dpy, EGLSurface draw, EGLSurface read, EGLContext ctx);
222 GLAPI EGLBoolean APIENTRY eglSwapBuffers (EGLDisplay dpy, EGLSurface draw);
/frameworks/native/opengl/tests/testViewport/src/com/android/test/
H A DTestView.java209 public void draw(GL10 gl) { method in class:TestView.Grid
233 mGrid.draw(gl);
/frameworks/native/opengl/tools/glgen/specs/egl/
H A DEGL14.spec25 EGLBoolean eglMakeCurrent ( EGLDisplay dpy, EGLSurface draw, EGLSurface read, EGLContext ctx )
/frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/view/
H A DIllustration.java37 * Class to draw the illustration of setup wizard. The {@code aspectRatio} attribute determines the
191 mBackground.draw(canvas);
203 mIllustration.draw(canvas);
/frameworks/rs/java/tests/GenImages/src/com/android/rs/genimage/
H A DGenImage.java71 mTriangle.draw();
233 public void draw() { method in class:Triangle
/frameworks/rs/java/tests/HealingBrush/src/rs/example/android/com/healingbrush/
H A DRegion.java89 public void draw(Canvas canvas) {
136 public void draw(Canvas canvas) {
/frameworks/support/compat/gingerbread/android/support/v4/graphics/drawable/
H A DDrawableWrapperGingerbread.java87 public void draw(Canvas canvas) { method in class:DrawableWrapperGingerbread
88 mDrawable.draw(canvas);
/frameworks/support/compat/java/android/support/v4/app/
H A DSharedElementCallback.java205 sharedElement.draw(canvas);
234 drawable.draw(canvas);
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
H A DShadowOverlayContainer.java245 public void draw(Canvas canvas) { method in class:ShadowOverlayContainer
246 super.draw(canvas);
/frameworks/support/v7/appcompat/tests/src/android/support/v7/testutils/
H A DTestUtils.java65 // As the draw pass starts at the top of view hierarchy, our first step is to traverse
94 // the topmost ancestor) and draw their backgrounds into our combined bitmap. At each step
103 ancestor.getBackground().draw(canvas);
130 // And ask the drawable to draw itself to the canvas / bitmap
131 drawable.draw(canvas);
/frameworks/base/libs/hwui/
H A DVectorDrawable.cpp36 void Path::draw(SkCanvas* outCanvas, const SkMatrix& groupStackedMatrix, float scaleX, float scaleY, function in class:android::uirenderer::VectorDrawable::Path
40 // When either x or y is scaled to 0, we don't need to draw anything.
324 void Group::draw(SkCanvas* outCanvas, const SkMatrix& currentMatrix, float scaleX, function in class:android::uirenderer::VectorDrawable::Group
341 child->draw(outCanvas, stackedMatrix, scaleX, scaleY, useStagingData);
463 int Tree::draw(Canvas* outCanvas, SkColorFilter* colorFilter, function in class:android::uirenderer::VectorDrawable::Tree
466 // avoid blurry scaling, we have to draw into a bitmap with exact pixel
513 // draw bitmap cache
563 mRootNode->draw(&outCanvas, SkMatrix::I(), scaleX, scaleY, useStagingData);
H A DVectorDrawable.h104 virtual void draw(SkCanvas* outCanvas, const SkMatrix& currentMatrix,
143 // that hosts the VD has gone off screen, in which case we won't even draw. So we
144 // postpone the Skia path generation to the draw time.
164 void draw(SkCanvas* outCanvas, const SkMatrix& groupStackedMatrix,
514 virtual void draw(SkCanvas* outCanvas, const SkMatrix& currentMatrix,
553 int draw(Canvas* outCanvas, SkColorFilter* colorFilter,
/frameworks/base/opengl/java/android/opengl/
H A DEGLLogWrapper.java263 public boolean eglMakeCurrent(EGLDisplay display, EGLSurface draw, argument
267 arg("draw", draw);
271 boolean result = mEgl10.eglMakeCurrent(display, draw, read, context);
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/drawable/
H A DUserIconDrawable.java233 public void draw(Canvas canvas) { method in class:UserIconDrawable
311 mUserDrawable.draw(canvas);
341 mBadge.draw(canvas);
H A DCircleFramedDrawable.java98 public void draw(Canvas canvas) { method in class:CircleFramedDrawable
/frameworks/native/services/surfaceflinger/
H A DLayer.h292 * draw - performs some global clipping optimizations
295 void draw(const sp<const DisplayDevice>& hw, const Region& clip) const;
296 void draw(const sp<const DisplayDevice>& hw, bool useIdentityTransform) const;
297 void draw(const sp<const DisplayDevice>& hw) const;
577 // The mesh used to draw the layer in GLES composition mode
579 // The texture used to draw the layer in GLES composition mode
/frameworks/opt/bitmap/src/com/android/bitmap/drawable/
H A DExtendedBitmapDrawable.java44 * to draw upon state changes.
271 public void draw(final Canvas canvas) { method in class:ExtendedBitmapDrawable
280 // (each layer will no-op the draw when appropriate)
290 super.draw(canvas);
297 drawable.draw(canvas);
592 * This feature enables you to draw decoded bitmap in order on the screen, to give the
/frameworks/base/core/java/android/view/
H A DViewStub.java205 public void draw(Canvas canvas) { method in class:ViewStub
/frameworks/base/core/tests/coretests/src/android/text/method/
H A DEditorState.java70 public void draw(Canvas canvas, CharSequence text, int start, int end, float x, int top, method in class:EditorState.MockReplacementSpan
/frameworks/base/opengl/java/javax/microedition/khronos/egl/
H A DEGL10.java113 boolean eglMakeCurrent(EGLDisplay display, EGLSurface draw, EGLSurface read, EGLContext context); argument
/frameworks/base/services/core/java/com/android/server/wm/
H A DEmulatorDisplayOverlay.java99 // Always draw the overlay with square dimensions
102 mOverlay.draw(c);
/frameworks/base/tests/CanvasCompare/src/com/android/test/hwuicompare/
H A DCompareActivity.java88 mHardwareView.draw(new Canvas(mSoftwareBitmap));
/frameworks/base/tests/TransformTest/src/com/google/android/test/transform/
H A DTransformTestActivity.java185 mDrawable.draw(canvas);
/frameworks/native/opengl/libs/EGL/
H A Degl_display.h89 EGLSurface draw, EGLSurface read, EGLContext ctx,
/frameworks/opt/setupwizard/library/full-support/src/com/android/setupwizardlib/
H A DDividerItemDecoration.java33 * An {@link android.support.v7.widget.RecyclerView.ItemDecoration} for RecyclerView to draw
34 * dividers between items. This ItemDecoration will draw the drawable specified by
117 mDivider.draw(c);
141 // Don't draw if the current view holder doesn't allow drawing below
144 // for whether to draw a divider above, so don't draw it.
147 // Require permission from index below to draw the divider.
152 // Don't draw if the next view holder doesn't allow drawing above
222 * and above from where the divider would draw itself or just needs permission from
231 * and above from where the divider would draw itsel
[all...]

Completed in 1323 milliseconds

1234567891011>>