HomeSort by relevance Sort by last modified time
    Searched refs:displayList (Results 1 - 25 of 36) sorted by null

1 2

  /frameworks/base/core/jni/
android_view_GLES20DisplayList.cpp 26 #include <DisplayList.h>
41 // DisplayList view properties
45 jobject clazz, DisplayList* displayList) {
46 displayList->reset();
50 jobject clazz, DisplayList* displayList) {
51 return displayList->getSize();
55 jobject clazz, DisplayList* displayList, jstring name)
    [all...]
android_view_GLES20Canvas.cpp 45 #include <DisplayList.h>
759 static DisplayList* android_view_GLES20Canvas_getDisplayList(JNIEnv* env,
760 jobject clazz, DisplayListRenderer* renderer, DisplayList* displayList) {
761 return renderer->getDisplayList(displayList);
775 jobject clazz, OpenGLRenderer* renderer, DisplayList* displayList,
778 status_t status = renderer->drawDisplayList(displayList, bounds, flags);
787 jobject clazz, OpenGLRenderer* renderer, DisplayList* displayList) {
    [all...]
  /frameworks/base/core/java/android/view/
GLES20DisplayList.java 26 class GLES20DisplayList extends DisplayList {
27 private ArrayList<DisplayList> mChildDisplayLists;
87 ArrayList<DisplayList> getChildDisplayLists() {
88 if (mChildDisplayLists == null) mChildDisplayLists = new ArrayList<DisplayList>();
127 private static native void nDestroyDisplayList(int displayList);
128 private static native int nGetDisplayListSize(int displayList);
129 private static native void nSetDisplayListName(int displayList, String name);
443 private static native void nReset(int displayList);
444 private static native void nOffsetTopAndBottom(int displayList, float offset);
445 private static native void nOffsetLeftAndRight(int displayList, float offset)
    [all...]
GLES20RecordingCanvas.java 24 * This is intended for use with a DisplayList. This class keeps a list of all the Paint and
26 * the DisplayList is still holding a native reference to the memory.
42 static GLES20RecordingCanvas obtain(GLES20DisplayList displayList) {
47 canvas.mDisplayList = displayList;
66 public int drawDisplayList(DisplayList displayList, Rect dirty, int flags) {
67 int status = super.drawDisplayList(displayList, dirty, flags);
68 mDisplayList.getChildDisplayLists().add(displayList);
HardwareCanvas.java 73 * @return {@link DisplayList#STATUS_DREW} if anything was drawn (such as a call to clear
89 * be drawn if {@link android.view.DisplayList#isValid()} returns true.
91 * @param displayList The display list to replay.
93 public void drawDisplayList(DisplayList displayList) {
94 drawDisplayList(displayList, null, DisplayList.FLAG_CLIP_CHILDREN);
100 * @param displayList The display list to replay.
102 * if this method returns {@link DisplayList#STATUS_DRAW}, can be null.
103 * @param flags Optional flags about drawing, see {@link DisplayList} fo
    [all...]
HardwareLayer.java 40 DisplayList mDisplayList;
92 * Returns the DisplayList for the layer.
94 * @return The DisplayList of the hardware layer
96 DisplayList getDisplayList() {
101 * Sets the DisplayList for the layer.
103 * @param displayList The new DisplayList for this layer
105 void setDisplayList(DisplayList displayList) {
106 mDisplayList = displayList;
    [all...]
ViewPropertyAnimator.java     [all...]
GLES20RenderLayer.java 125 void redrawLater(DisplayList displayList, Rect dirtyRect) {
127 ((GLES20DisplayList) displayList).getNativeDisplayList(),
GLES20TextureLayer.java 106 void redrawLater(DisplayList displayList, Rect dirtyRect) {
HardwareRenderer.java 521 public abstract DisplayList createDisplayList(String name);
    [all...]
GLES20Canvas.java 192 static native void nUpdateRenderLayer(int layerId, int renderer, int displayList,
405 int getDisplayList(int displayList) {
406 return nGetDisplayList(mRenderer, displayList);
409 private static native int nGetDisplayList(int renderer, int displayList);
412 void outputDisplayList(DisplayList displayList) {
413 nOutputDisplayList(mRenderer, ((GLES20DisplayList) displayList).getNativeDisplayList());
416 private static native void nOutputDisplayList(int renderer, int displayList);
419 public int drawDisplayList(DisplayList displayList, Rect dirty, int flags)
    [all...]
  /external/chromium_org/third_party/skia/src/animator/
SkDump.cpp 23 SK_MEMBER(displayList, Boolean),
36 SkDump::SkDump() : displayList(-1), eventList(-1), events(-1), groups(-1), posts(-1) {
53 if (displayList > 0 || (displayList != 0 && hasAttr == false))
115 SK_PROPERTY(displayList),
125 SK_MEMBER_PROPERTY(displayList, Boolean),
SkDump.h 27 SkBool displayList;
SkDisplayAdd.cpp 80 SkDisplayList& displayList = maker.fDisplayList;
81 SkTDDrawableArray* parentList = displayList.getDrawList();
91 int index = where ? displayList.findGroup(where, &parentList, &parentGroup,
115 index = displayList.findGroup(this, &useParentList, &parentGroup,
206 SkDisplayList& displayList = maker.fDisplayList;
207 displayList.clear();
SkDisplayEvent.cpp 128 SkDisplayList& displayList = maker.fDisplayList;
132 SkTDDrawableArray* parentList = displayList.getDrawList();
142 SkTDDrawableArray* parentList = displayList.getDrawList();
  /external/skia/src/animator/
SkDump.cpp 23 SK_MEMBER(displayList, Boolean),
36 SkDump::SkDump() : displayList(-1), eventList(-1), events(-1), groups(-1), posts(-1) {
53 if (displayList > 0 || (displayList != 0 && hasAttr == false))
115 SK_PROPERTY(displayList),
125 SK_MEMBER_PROPERTY(displayList, Boolean),
SkDump.h 27 SkBool displayList;
SkDisplayAdd.cpp 80 SkDisplayList& displayList = maker.fDisplayList;
81 SkTDDrawableArray* parentList = displayList.getDrawList();
91 int index = where ? displayList.findGroup(where, &parentList, &parentGroup,
115 index = displayList.findGroup(this, &useParentList, &parentGroup,
206 SkDisplayList& displayList = maker.fDisplayList;
207 displayList.clear();
SkDisplayEvent.cpp 128 SkDisplayList& displayList = maker.fDisplayList;
132 SkTDDrawableArray* parentList = displayList.getDrawList();
142 SkTDDrawableArray* parentList = displayList.getDrawList();
  /frameworks/base/libs/hwui/
Layer.cpp 21 #include "DisplayList.h"
44 displayList = NULL;
203 DisplayList::kReplayFlag_ClipChildren);
209 displayList->defer(deferredState, 0);
216 displayList = NULL;
237 displayList = NULL;
246 renderer->drawDisplayList(displayList, dirtyRect, DisplayList::kReplayFlag_ClipChildren);
254 displayList = NULL;
Layer.h 45 class DisplayList;
85 void updateDeferred(OpenGLRenderer* renderer, DisplayList* displayList,
88 this->displayList = displayList;
287 DisplayList* displayList;
DisplayListRenderer.cpp 24 #include "DisplayList.h"
108 DisplayList* DisplayListRenderer::getDisplayList(DisplayList* displayList) {
109 if (!displayList) {
110 displayList = new DisplayList(*this);
112 displayList->initFromDisplayListRenderer(*this, true);
114 displayList->setRenderable(mHasDrawOps);
115 return displayList;
    [all...]
Caches.cpp 313 Vector<DisplayList*> displayLists;
326 DisplayList* displayList = displayLists.itemAt(i);
327 delete displayList;
343 void Caches::deleteDisplayListDeferred(DisplayList* displayList) {
345 mDisplayListGarbage.push(displayList);
DisplayList.cpp 20 #include "DisplayList.h"
27 void DisplayList::outputLogBuffer(int fd) {
35 fprintf(file, "\nRecent DisplayList operations\n");
46 DisplayList::DisplayList(const DisplayListRenderer& recorder) :
53 DisplayList::~DisplayList() {
58 void DisplayList::destroyDisplayListDeferred(DisplayList* displayList) {
    [all...]
DisplayListRenderer.h 25 #include "DisplayList.h"
64 ANDROID_API DisplayList* getDisplayList(DisplayList* displayList);
96 virtual status_t drawDisplayList(DisplayList* displayList, Rect& dirty, int32_t flags);
366 friend class DisplayList;

Completed in 687 milliseconds

1 2