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