Home | History | Annotate | Download | only in hwui

Lines Matching full:addop

1394     addOp(DisplayList::DrawGLFunction);
1400 addOp(DisplayList::Save);
1424 addOp(DisplayList::SaveLayer);
1433 addOp(DisplayList::SaveLayerAlpha);
1449 addOp(DisplayList::Rotate);
1455 addOp(DisplayList::Scale);
1461 addOp(DisplayList::Skew);
1467 addOp(DisplayList::SetMatrix);
1473 addOp(DisplayList::ConcatMatrix);
1480 addOp(DisplayList::ClipRect);
1491 addOp(DisplayList::DrawDisplayList);
1498 addOp(DisplayList::DrawLayer);
1507 uint32_t* location = addOp(DisplayList::DrawBitmap, reject);
1521 uint32_t* location = addOp(DisplayList::DrawBitmapMatrix, reject);
1533 uint32_t* location = addOp(DisplayList::DrawBitmapRect, reject);
1545 uint32_t* location = addOp(DisplayList::DrawBitmapData, reject);
1555 addOp(DisplayList::DrawBitmapMesh);
1574 uint32_t* location = addOp(DisplayList::DrawPatch, reject);
1586 addOp(DisplayList::DrawColor);
1596 uint32_t* location = addOp(DisplayList::DrawRect, reject);
1607 uint32_t* location = addOp(DisplayList::DrawRoundRect, reject);
1616 addOp(DisplayList::DrawCircle);
1625 addOp(DisplayList::DrawOval);
1633 addOp(DisplayList::DrawArc);
1647 uint32_t* location = addOp(DisplayList::DrawPath, reject);
1655 addOp(DisplayList::DrawLines);
1662 addOp(DisplayList::DrawPoints);
1689 uint32_t* location = addOp(DisplayList::DrawText, reject);
1702 addOp(DisplayList::DrawTextOnPath);
1716 addOp(DisplayList::DrawPosText);
1726 addOp(DisplayList::ResetShader);
1730 addOp(DisplayList::SetupShader);
1735 addOp(DisplayList::ResetColorFilter);
1739 addOp(DisplayList::SetupColorFilter);
1744 addOp(DisplayList::ResetShadow);
1748 addOp(DisplayList::SetupShadow);
1755 addOp(DisplayList::ResetPaintFilter);
1759 addOp(DisplayList::SetupPaintFilter);