Lines Matching refs:mergeId
607 // Don't merge A8 bitmaps - the paint's color isn't compared by mergeId, or in
614 mergeid_t mergeId = reinterpret_cast<mergeid_t>(op.bitmap->getGenerationID());
615 // TODO: AssetAtlas in mergeId
616 currentLayer().deferMergeableOp(mAllocator, bakedState, OpBatchType::Bitmap, mergeId);
689 mergeid_t mergeId = reinterpret_cast<mergeid_t>(op.bitmap->getGenerationID());
690 // TODO: AssetAtlas in mergeId
693 currentLayer().deferMergeableOp(mAllocator, bakedState, OpBatchType::MergedPatch, mergeId);
757 mergeid_t mergeId = reinterpret_cast<mergeid_t>(op.paint->getColor());
758 currentLayer().deferMergeableOp(mAllocator, bakedState, batchId, mergeId);