Searched refs:pixel_scale (Results 1 - 7 of 7) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/html/
H A Dwinpars.h55 virtual void SetDC(wxDC *dc, double pixel_scale = 1.0)
56 { m_DC = dc; m_PixelScale = pixel_scale; }
H A Dhtmprint.h42 void SetDC(wxDC *dc, double pixel_scale = 1.0);
H A Dhtmlcell.h439 void SetWidthFloat(const wxHtmlTag& tag, double pixel_scale = 1.0);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/html/
H A Dm_image.cpp63 wxHtmlImageMapAreaCell( celltype t, wxString &coords, double pixel_scale = 1.0);
78 wxHtmlImageMapAreaCell::wxHtmlImageMapAreaCell( wxHtmlImageMapAreaCell::celltype t, wxString &incoords, double pixel_scale )
86 coords.Add( (int)(pixel_scale * (double)wxAtoi( x.Left( i ).c_str())) );
89 coords.Add( (int)(pixel_scale * (double)wxAtoi( x.c_str())) );
H A Dm_tables.cpp100 wxHtmlTableCell(wxHtmlContainerCell *parent, const wxHtmlTag& tag, double pixel_scale = 1.0);
126 wxHtmlTableCell::wxHtmlTableCell(wxHtmlContainerCell *parent, const wxHtmlTag& tag, double pixel_scale) argument
129 m_PixelScale = pixel_scale;
H A Dhtmprint.cpp67 void wxHtmlDCRenderer::SetDC(wxDC *dc, double pixel_scale) argument
70 m_Parser->SetDC(m_DC, pixel_scale);
H A Dhtmlcell.cpp1177 void wxHtmlContainerCell::SetWidthFloat(const wxHtmlTag& tag, double pixel_scale)
1192 SetWidthFloat((int)(pixel_scale * (double)wdi), wxHTML_UNITS_PIXELS);

Completed in 197 milliseconds