Searched refs:REGEN_ARGS (Results 1 – 1 of 1) sorted by relevance
/external/skia/src/gpu/text/ |
D | GrAtlasTextBlob_regenInOp.cpp | 241 #define REGEN_ARGS target, fontCache, helper, &run, &info, lazyCache, \ macro 285 this->regenInOp<true, false, false, false>(REGEN_ARGS); in regenInOp() 288 this->regenInOp<false, true, false, false>(REGEN_ARGS); in regenInOp() 291 this->regenInOp<false, false, true, false>(REGEN_ARGS); in regenInOp() 294 this->regenInOp<false, false, true, true>(REGEN_ARGS); in regenInOp() 299 this->regenInOp<true, true, false, false>(REGEN_ARGS); in regenInOp() 302 this->regenInOp<true, false, true, false>(REGEN_ARGS); in regenInOp() 305 this->regenInOp<true, false, true, true>(REGEN_ARGS); in regenInOp() 308 this->regenInOp<true, true, true, false>(REGEN_ARGS); in regenInOp() 311 this->regenInOp<true, true, true, true>(REGEN_ARGS); in regenInOp() [all …]
|