Searched refs:BitmapMeshOp (Results 1 – 4 of 4) sorted by relevance
92 UNMERGEABLE_OP_FN(BitmapMeshOp) \223 struct BitmapMeshOp : RecordedOp { struct224 BitmapMeshOp(BASE_PARAMS, Bitmap* bitmap, int meshWidth, int meshHeight, in BitmapMeshOp() argument226 : SUPER(BitmapMeshOp) in BitmapMeshOp()
523 addOp(alloc().create_trivial<BitmapMeshOp>( in drawBitmapMesh()
628 void FrameBuilder::deferBitmapMeshOp(const BitmapMeshOp& op) { in deferBitmapMeshOp()
438 void BakedOpDispatcher::onBitmapMeshOp(BakedOpRenderer& renderer, const BitmapMeshOp& op, const Bak… in onBitmapMeshOp()