Lines Matching refs:Patch
23 #include "Patch.h"
34 Patch::Patch(const uint32_t xCount, const uint32_t yCount, const int8_t emptyQuads):
37 // 2 triangles per patch, 3 vertices per triangle
49 PATCH_LOGD(" patch: xCount = %d, yCount = %d, emptyQuads = %d, max vertices = %d",
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::matches(const int32_t* xDivs, const int32_t* yDivs, const uint32_t colorKey) {
109 void Patch::updateVertices(const float bitmapWidth, const float bitmapHeight,
209 PATCH_LOGD(" patch: new vertices count = %d", verticesCount);
212 void Patch::generateRow(TextureVertex*& vertex, float y1, float y2, float v1, float v2,
259 void Patch::generateQuad(TextureVertex*& vertex, float x1, float y1, float x2, float y2,