Lines Matching defs:drawCmd
181 const ImDrawCmd* drawCmd = &drawList->CmdBuffer[j];
186 if (drawCmd->UserCallback) {
187 drawCmd->UserCallback(drawList, drawCmd);
189 intptr_t idIndex = (intptr_t)drawCmd->TextureId;
201 SkPaint* paint = static_cast<SkPaint*>(drawCmd->TextureId);
204 canvas->clipRect(SkRect::MakeLTRB(drawCmd->ClipRect.x, drawCmd->ClipRect.y,
205 drawCmd->ClipRect.z, drawCmd->ClipRect.w));
209 drawCmd->ElemCount,
213 indexOffset += drawCmd->ElemCount;