Searched refs:has_texs (Results 1 – 1 of 1) sorted by relevance
387 if (texs ) { copy_v(this->texs , texs , 4); has_texs = true; } in DrawPatch()395 bool has_texs = false; member397 c->drawPatch(cubics, has_colors ? colors : nullptr, has_texs ? texs : nullptr, in draw()