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

/frameworks/base/libs/hwui/
H A DPatch.h47 struct Patch { struct in namespace:android::uirenderer
48 Patch(const uint32_t xCount, const uint32_t yCount, const int8_t emptyQuads = 0);
49 ~Patch();
84 }; // struct Patch
H A DPatch.cpp23 #include "Patch.h"
34 Patch::Patch(const uint32_t xCount, const uint32_t yCount, const int8_t emptyQuads): function in class:android::uirenderer::Patch
55 Patch::~Patch() {
63 // Patch management
66 void Patch::copy(const int32_t* xDivs, const int32_t* yDivs) {
71 void Patch::copy(const int32_t* yDivs) {
75 void Patch::updateColorKey(const uint32_t colorKey) {
79 bool Patch
[all...]

Completed in 912 milliseconds