Searched defs:Patch (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/libs/hwui/
H A DPatch.h39 struct Patch { struct in namespace:android::uirenderer
40 Patch();
41 ~Patch();
71 }; // struct Patch
H A DPatch.cpp24 #include "Patch.h"
35 Patch::Patch(): vertices(NULL), verticesCount(0), indexCount(0), hasEmptyQuads(false) { function in class:android::uirenderer::Patch
38 Patch::~Patch() {
45 uint32_t Patch::getSize() const {
49 TextureVertex* Patch::createMesh(const float bitmapWidth, const float bitmapHeight,
55 TextureVertex* Patch::createMesh(const float bitmapWidth, const float bitmapHeight,
170 void Patch::generateRow(const int32_t* xDivs, uint32_t xCount, TextureVertex*& vertex,
210 void Patch
[all...]

Completed in 79 milliseconds