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
834
class
DrawPatchOp
: public DrawBoundedOp {
836
DrawPatchOp
(const SkBitmap* bitmap, const Res_png_9patch* patch,
881
totalVertices += ((
DrawPatchOp
*) ops[i].op)->getMesh(renderer)->verticesCount;
896
DrawPatchOp
* patchOp = (
DrawPatchOp
*) ops[i].op;
[
all
...]
DisplayListRenderer.cpp
255
addDrawOp(new (alloc())
DrawPatchOp
(bitmap, patch, left, top, right, bottom, paint));
OpenGLRenderer.h
[
all
...]
Completed in 3517 milliseconds