/external/chromium_org/third_party/skia/src/gpu/ |
GrClipMaskManager.h | 134 bool drawElement(GrTexture* target, const SkClipStack::Element*, GrPathRenderer* = NULL);
|
GrClipMaskManager.cpp | 269 bool GrClipMaskManager::drawElement(GrTexture* target, 526 if (!this->drawElement(dst, element, pr)) { 557 this->drawElement(result, element); [all...] |
/external/skia/src/gpu/ |
GrClipMaskManager.h | 134 bool drawElement(GrTexture* target, const SkClipStack::Element*, GrPathRenderer* = NULL);
|
GrClipMaskManager.cpp | 269 bool GrClipMaskManager::drawElement(GrTexture* target, 526 if (!this->drawElement(dst, element, pr)) { 557 this->drawElement(result, element); [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/ |
FrameLayoutRule.java | 102 drawElement(gc, it, offsetX, offsetY);
|
AbsoluteLayoutRule.java | 115 drawElement(gc, element, offsetX, offsetY);
|
BaseLayoutRule.java | 313 public void drawElement(IGraphics gc, IDragElement element, int offsetX, int offsetY) { 320 drawElement(gc, inner, offsetX, offsetY); [all...] |
LinearLayoutRule.java | 472 drawElement(gc, element, offsetX, offsetY); [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/grid/ |
GridLayoutPainter.java | 244 mRule.drawElement(gc, first, offsetX, offsetY); 332 mRule.drawElement(gc, first, x, y);
|