Searched refs:SetTextSize (Results 1 – 8 of 8) sorted by relevance
/external/chromium_org/ui/gfx/ |
D | render_text_mac.cc | 170 renderer.SetTextSize(run.text_size); in DrawVisualText()
|
D | render_text.h | 57 void SetTextSize(SkScalar size);
|
D | render_text_pango.cc | 426 renderer.SetTextSize(GetPangoFontSizeInPixels(desc.get())); in DrawVisualText()
|
D | render_text_harfbuzz.cc | 912 renderer.SetTextSize(run.font_size); in DrawVisualText()
|
D | render_text_win.cc | 864 renderer.SetTextSize(run->font.GetFontSize()); in DrawVisualText()
|
D | render_text.cc | 209 void SkiaTextRenderer::SetTextSize(SkScalar size) { in SetTextSize() function in gfx::internal::SkiaTextRenderer
|
/external/pdfium/fpdfsdk/include/javascript/ |
D | Field.h | 214 …static void SetTextSize(CPDFSDK_Document* pDocument, const CFX_WideString& swFieldName, int nContr…
|
/external/pdfium/fpdfsdk/src/javascript/ |
D | Field.cpp | 2955 Field::SetTextSize(m_pDocument, m_FieldName, m_nFormControlIndex, nVP); in textSize() 2982 void Field::SetTextSize(CPDFSDK_Document* pDocument, const CFX_WideString& swFieldName, int nContro… in SetTextSize() function in Field 4109 Field::SetTextSize(pDocument, pData->sFieldName, pData->nControlIndex, pData->num); in DoDelay()
|