OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DrawPatchOp
(Results
1 - 3
of
3
) sorted by null
/frameworks/base/libs/hwui/
DisplayListOp.h
771
class
DrawPatchOp
: public DrawBoundedOp {
773
DrawPatchOp
(const SkBitmap* bitmap, const Res_png_9patch* patch,
813
totalVertices += ((
DrawPatchOp
*) ops[i].op)->getMesh(renderer)->verticesCount;
828
DrawPatchOp
* patchOp = (
DrawPatchOp
*) ops[i].op;
[
all
...]
OpenGLRenderer.h
778
friend class
DrawPatchOp
;
DisplayListCanvas.cpp
329
addDrawOp(new (alloc())
DrawPatchOp
(bitmapPtr, patchPtr,
Completed in 47 milliseconds