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