Home
last modified time | relevance | path

Searched refs:has_texs (Results 1 – 1 of 1) sorted by relevance

/external/skia/src/core/
DSkLiteDL.cpp421 if (texs ) { copy_v(this->texs , texs , 4); has_texs = true; } in DrawPatch()
429 bool has_texs = false; member
431 c->drawPatch(cubics, has_colors ? colors : nullptr, has_texs ? texs : nullptr, in draw()