Searched defs:CPDF_PatchDrawer (Results 1 – 1 of 1) sorted by relevance
596 struct CPDF_PatchDrawer { struct597 Coon_Color patch_colors[4];598 int max_delta;599 CFX_PathData path;600 CFX_RenderDevice* pDevice;601 int fill_mode;602 int alpha;603 … int y_scale, int left, int bottom, Coon_Bezier C1, Coon_Bezier C2, Coon_Bezier D1, Coon_Bezier D2) in Draw()