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

/frameworks/base/libs/hwui/
H A DPatch.h46 struct Patch { struct in namespace:android::uirenderer
47 Patch(const uint32_t xCount, const uint32_t yCount, const int8_t emptyQuads);
48 ~Patch();
82 }; // 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::updateColorKey(const uint32_t colorKey) {
75 bool Patch::matches(const int32_t* xDivs, const int32_t* yDivs,
108 void Patch
[all...]

Completed in 61 milliseconds