Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/
DBakedOpDispatcher.cpp93 const PatchOp& firstOp = *(static_cast<const PatchOp*>(opList.states[0]->op)); in onMergedPatchOps() local
96 firstOp.bitmap->pixelRef()); in onMergedPatchOps()
175 Texture* texture = entry ? entry->texture : renderer.caches().textureCache.get(firstOp.bitmap); in onMergedPatchOps()
181 if (firstOp.bitmap->colorType() == kAlpha_8_SkColorType) { in onMergedPatchOps()
188 .setFillTexturePaint(*texture, textureFillFlags, firstOp.paint, firstState.alpha) in onMergedPatchOps()