Searched defs:CPDF_PatchDrawer (Results 1 – 1 of 1) sorted by relevance
708 struct CPDF_PatchDrawer { struct709 Coon_Color patch_colors[4];710 int max_delta;711 CFX_PathData path;712 CFX_RenderDevice* pDevice;713 int fill_mode;714 int alpha;715 void Draw(int x_scale, in Draw()