Home | History | Annotate | Download | only in hwui

Lines Matching refs:opList

46         const MergedBakedOpList& opList) {
48 const BakedOpState& firstState = *(opList.states[0]);
49 const SkBitmap* bitmap = (static_cast<const BitmapOp*>(opList.states[0]->op))->bitmap;
56 TextureVertex vertices[opList.count * 4];
61 for (size_t i = 0; i < opList.count; i++) {
62 const BakedOpState& state = *(opList.states[i]);
81 .setMeshTexturedIndexedQuads(vertices, opList.count * 6)
86 ClipRect renderTargetClip(opList.clip);
87 const ClipBase* clip = opList.clipSideFlags ? &renderTargetClip : nullptr;
92 const MergedBakedOpList& opList) {
93 const PatchOp& firstOp = *(static_cast<const PatchOp*>(opList.states[0]->op));
94 const BakedOpState& firstState = *(opList.states[0]);
103 for (size_t i = 0; i < opList.count; i++) {
104 const PatchOp& op = *(static_cast<const PatchOp*>(opList.states[i]->op));
123 for (size_t i = 0; i < opList.count; i++) {
124 const PatchOp& op = *(static_cast<const PatchOp*>(opList.states[i]->op));
125 const BakedOpState& state = *opList.states[i];
192 ClipRect renderTargetClip(opList.clip);
193 const ClipBase* clip = opList.clipSideFlags ? &renderTargetClip : nullptr;
321 const MergedBakedOpList& opList) {
322 for (size_t i = 0; i < opList.count; i++) {
323 const BakedOpState& state = *(opList.states[i]);
328 ClipRect renderTargetClip(opList.clip);
329 const ClipBase* clip = opList.clipSideFlags ? &renderTargetClip : nullptr;
330 for (size_t i = 0; i < opList.count; i++) {
331 const BakedOpState& state = *(opList.states[i]);
333 TextRenderType renderType = (i + 1 == opList.count)