Home
last modified time | relevance | path

Searched refs:SetFontScale (Results 1 – 25 of 78) sorted by relevance

1234

/dports/emulators/ppsspp-qt5/ppsspp-1.12.3/Common/UI/
H A DContext.cpp144 void UIContext::SetFontScale(float scaleX, float scaleY) { in SetFontScale() function in UIContext
152 textDrawer_->SetFontScale(fontScaleX_, fontScaleY_); in SetFontStyle()
164 Draw()->SetFontScale(scaleX * sizeFactor, scaleY * sizeFactor); in MeasureTextCount()
168 textDrawer_->SetFontScale(scaleX, scaleY); in MeasureTextCount()
177 Draw()->SetFontScale(scaleX * sizeFactor, scaleY * sizeFactor); in MeasureTextRect()
181 textDrawer_->SetFontScale(scaleX, scaleY); in MeasureTextRect()
190 Draw()->SetFontScale(fontScaleX_ * sizeFactor, fontScaleY_ * sizeFactor); in DrawText()
193 textDrawer_->SetFontScale(fontScaleX_, fontScaleY_); in DrawText()
208 Draw()->SetFontScale(fontScaleX_ * sizeFactor, fontScaleY_ * sizeFactor); in DrawTextRect()
211 textDrawer_->SetFontScale(fontScaleX_, fontScaleY_); in DrawTextRect()
H A DContext.h80 void SetFontScale(float scaleX, float scaleY);
H A DView.cpp518 dc.SetFontScale(scale, scale); in Draw()
528 dc.SetFontScale(1.0f, 1.0f); in Draw()
720 dc.SetFontScale(scale, scale); in Draw()
724 dc.SetFontScale(1.0f, 1.0f); in Draw()
841 dc.SetFontScale(scale_, scale_); in Draw()
855 dc.SetFontScale(1.0f, 1.0f); in Draw()
/dports/emulators/ppsspp/ppsspp-1.12.3/Common/UI/
H A DContext.cpp144 void UIContext::SetFontScale(float scaleX, float scaleY) { in SetFontScale() function in UIContext
152 textDrawer_->SetFontScale(fontScaleX_, fontScaleY_); in SetFontStyle()
164 Draw()->SetFontScale(scaleX * sizeFactor, scaleY * sizeFactor); in MeasureTextCount()
168 textDrawer_->SetFontScale(scaleX, scaleY); in MeasureTextCount()
177 Draw()->SetFontScale(scaleX * sizeFactor, scaleY * sizeFactor); in MeasureTextRect()
181 textDrawer_->SetFontScale(scaleX, scaleY); in MeasureTextRect()
190 Draw()->SetFontScale(fontScaleX_ * sizeFactor, fontScaleY_ * sizeFactor); in DrawText()
193 textDrawer_->SetFontScale(fontScaleX_, fontScaleY_); in DrawText()
208 Draw()->SetFontScale(fontScaleX_ * sizeFactor, fontScaleY_ * sizeFactor); in DrawTextRect()
211 textDrawer_->SetFontScale(fontScaleX_, fontScaleY_); in DrawTextRect()
H A DContext.h80 void SetFontScale(float scaleX, float scaleY);
/dports/emulators/libretro-ppsspp/ppsspp-1.12.3/Common/UI/
H A DContext.cpp144 void UIContext::SetFontScale(float scaleX, float scaleY) { in SetFontScale() function in UIContext
152 textDrawer_->SetFontScale(fontScaleX_, fontScaleY_); in SetFontStyle()
164 Draw()->SetFontScale(scaleX * sizeFactor, scaleY * sizeFactor); in MeasureTextCount()
168 textDrawer_->SetFontScale(scaleX, scaleY); in MeasureTextCount()
177 Draw()->SetFontScale(scaleX * sizeFactor, scaleY * sizeFactor); in MeasureTextRect()
181 textDrawer_->SetFontScale(scaleX, scaleY); in MeasureTextRect()
190 Draw()->SetFontScale(fontScaleX_ * sizeFactor, fontScaleY_ * sizeFactor); in DrawText()
193 textDrawer_->SetFontScale(fontScaleX_, fontScaleY_); in DrawText()
208 Draw()->SetFontScale(fontScaleX_ * sizeFactor, fontScaleY_ * sizeFactor); in DrawTextRect()
211 textDrawer_->SetFontScale(fontScaleX_, fontScaleY_); in DrawTextRect()
H A DContext.h80 void SetFontScale(float scaleX, float scaleY);
/dports/graphics/podofo/podofo-0.9.7/src/podofo/doc/
H A DPdfFont.h107 inline void SetFontScale( float fScale );
339 void PdfFont::SetFontScale( float fScale ) in SetFontScale() function
341 m_pMetrics->SetFontScale( fScale ); in SetFontScale()
H A DPdfFontMetrics.h324 inline void SetFontScale( float fScale );
562 void PdfFontMetrics::SetFontScale( float fScale ) in SetFontScale() function
H A DPdfFont.cpp94 m_pMetrics->SetFontScale( 100.0 ); in InitVars()
/dports/emulators/ppsspp-qt5/ppsspp-1.12.3/GPU/Vulkan/
H A DDebugVisVulkan.cpp119 ui->SetFontScale(0.4f, 0.4f);
121 ui->SetFontScale(1.0f, 1.0f);
/dports/emulators/ppsspp/ppsspp-1.12.3/GPU/Vulkan/
H A DDebugVisVulkan.cpp119 ui->SetFontScale(0.4f, 0.4f); in DrawGPUProfilerVis()
121 ui->SetFontScale(1.0f, 1.0f); in DrawGPUProfilerVis()
/dports/emulators/libretro-ppsspp/ppsspp-1.12.3/GPU/Vulkan/
H A DDebugVisVulkan.cpp119 ui->SetFontScale(0.4f, 0.4f); in DrawGPUProfilerVis()
121 ui->SetFontScale(1.0f, 1.0f); in DrawGPUProfilerVis()
/dports/graphics/opensubdiv/OpenSubdiv-3_4_4/examples/farViewer/
H A Dgl_fontutils.h45 void SetFontScale(float scale);
H A Dgl_fontutils.cpp126 GLFont::SetFontScale(float scale) { in SetFontScale() function in GLFont
/dports/emulators/ppsspp-qt5/ppsspp-1.12.3/UI/
H A DEmuScreen.cpp1098 draw2d->SetFontScale(.7f, .7f); in DrawDebugStats()
1105 draw2d->SetFontScale(1.0f, 1.0f); in DrawDebugStats()
1157 ctx->Draw()->SetFontScale(.7f, .7f); in DrawCrashDump()
1214 draw2d->SetFontScale(0.7f, 0.7f); in DrawAudioDebugStats()
1217 draw2d->SetFontScale(1.0f, 1.0f); in DrawAudioDebugStats()
1236 draw2d->SetFontScale(0.7f, 0.7f); in DrawFPS()
1239 draw2d->SetFontScale(1.0f, 1.0f); in DrawFPS()
1265 ctx->Draw()->SetFontScale(0.5f, 0.5f); in DrawFrameTimes()
1268 ctx->Draw()->SetFontScale(1.0f, 1.0f); in DrawFrameTimes()
/dports/emulators/ppsspp/ppsspp-1.12.3/UI/
H A DEmuScreen.cpp1098 draw2d->SetFontScale(.7f, .7f); in DrawDebugStats()
1105 draw2d->SetFontScale(1.0f, 1.0f); in DrawDebugStats()
1157 ctx->Draw()->SetFontScale(.7f, .7f); in DrawCrashDump()
1214 draw2d->SetFontScale(0.7f, 0.7f); in DrawAudioDebugStats()
1217 draw2d->SetFontScale(1.0f, 1.0f); in DrawAudioDebugStats()
1236 draw2d->SetFontScale(0.7f, 0.7f); in DrawFPS()
1239 draw2d->SetFontScale(1.0f, 1.0f); in DrawFPS()
1265 ctx->Draw()->SetFontScale(0.5f, 0.5f); in DrawFrameTimes()
1268 ctx->Draw()->SetFontScale(1.0f, 1.0f); in DrawFrameTimes()
/dports/emulators/libretro-ppsspp/ppsspp-1.12.3/UI/
H A DEmuScreen.cpp1098 draw2d->SetFontScale(.7f, .7f); in DrawDebugStats()
1105 draw2d->SetFontScale(1.0f, 1.0f); in DrawDebugStats()
1157 ctx->Draw()->SetFontScale(.7f, .7f); in DrawCrashDump()
1214 draw2d->SetFontScale(0.7f, 0.7f); in DrawAudioDebugStats()
1217 draw2d->SetFontScale(1.0f, 1.0f); in DrawAudioDebugStats()
1236 draw2d->SetFontScale(0.7f, 0.7f); in DrawFPS()
1239 draw2d->SetFontScale(1.0f, 1.0f); in DrawFPS()
1265 ctx->Draw()->SetFontScale(0.5f, 0.5f); in DrawFrameTimes()
1268 ctx->Draw()->SetFontScale(1.0f, 1.0f); in DrawFrameTimes()
/dports/emulators/ppsspp-qt5/ppsspp-1.12.3/Common/Render/Text/
H A Ddraw_text.h46 void SetFontScale(float xscale, float yscale); in CalculateDPIScale()
H A Ddraw_text.cpp33 void TextDrawer::SetFontScale(float xscale, float yscale) {
/dports/emulators/ppsspp/ppsspp-1.12.3/Common/Render/Text/
H A Ddraw_text.h46 void SetFontScale(float xscale, float yscale);
H A Ddraw_text.cpp33 void TextDrawer::SetFontScale(float xscale, float yscale) { in SetFontScale() function in TextDrawer
/dports/emulators/libretro-ppsspp/ppsspp-1.12.3/Common/Render/Text/
H A Ddraw_text.h46 void SetFontScale(float xscale, float yscale);
H A Ddraw_text.cpp33 void TextDrawer::SetFontScale(float xscale, float yscale) { in SetFontScale() function in TextDrawer
/dports/math/gambit/gambit-16.0.1/src/labenski/include/wx/plotctrl/
H A Dplotdraw.h64 void SetFontScale(double scale) { m_font_scale = scale; } in SetFontScale() function

1234