Searched refs:plf (Results 1 – 6 of 6) sorted by relevance
/external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/xy/ |
D | BarRenderer.java | 233 PointLabelFormatter plf = formatter.getPointLabelFormatter(); in onRender() local 243 if(plf != null && pointLabeler != null) { in onRender() 244 …pointLabeler.getLabel(b.series, b.seriesIndex), b.intX + plf.hOffset, b.intY + plf.vOffset, plf.ge… in onRender() 254 PointLabelFormatter plf = formatter.getPointLabelFormatter(); in onRender() local 264 if(plf != null && pointLabeler != null) { in onRender() 265 …ler.getLabel(b.series, b.seriesIndex), leftX + width/2 + plf.hOffset, b.intY + plf.vOffset, plf.ge… in onRender() 275 PointLabelFormatter plf = formatter.getPointLabelFormatter(); in onRender() local 287 if(plf != null && pointLabeler != null) { in onRender() 288 …pointLabeler.getLabel(b.series, b.seriesIndex), b.intX + plf.hOffset, b.intY + plf.vOffset, plf.ge… in onRender()
|
D | LineAndPointRenderer.java | 137 PointLabelFormatter plf = formatter.getPointLabelFormatter(); in drawSeries() local 138 if (vertexPaint != null || plf != null) { in drawSeries() 148 if(plf != null && pointLabeler != null) { in drawSeries() 149 …xt(pointLabeler.getLabel(series, p.second), p.first.x + plf.hOffset, p.first.y + plf.vOffset, plf.… in drawSeries()
|
D | LineAndPointFormatter.java | 73 …ointFormatter(Integer lineColor, Integer vertexColor, Integer fillColor, PointLabelFormatter plf) { in LineAndPointFormatter() argument 74 this(lineColor, vertexColor, fillColor, plf, FillDirection.BOTTOM); in LineAndPointFormatter() 77 …ger lineColor, Integer vertexColor, Integer fillColor, PointLabelFormatter plf, FillDirection fill… in LineAndPointFormatter() argument 82 this.setPointLabelFormatter(plf); in LineAndPointFormatter()
|
/external/pdfium/core/src/fxge/win32/ |
D | fx_win32_device.cpp | 35 FX_BOOL IsOpenTypeFromDiv(const LOGFONTA *plf); 36 FX_BOOL IsSupportFontFormDiv(const LOGFONTA* plf); 37 void AddInstalledFont(const LOGFONTA *plf, FX_DWORD FontType); 60 FX_BOOL CWin32FontInfo::IsOpenTypeFromDiv(const LOGFONTA *plf) in IsOpenTypeFromDiv() argument 62 HFONT hFont = CreateFontIndirectA(plf); in IsOpenTypeFromDiv() 81 FX_BOOL CWin32FontInfo::IsSupportFontFormDiv(const LOGFONTA* plf) in IsSupportFontFormDiv() argument 83 HFONT hFont = CreateFontIndirectA(plf); in IsSupportFontFormDiv() 105 void CWin32FontInfo::AddInstalledFont(const LOGFONTA *plf, FX_DWORD FontType) in AddInstalledFont() argument 107 CFX_ByteString name(plf->lfFaceName, -1); in AddInstalledFont() 112 m_pMapper->AddInstalledFont(name, plf->lfCharSet); in AddInstalledFont() [all …]
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/ |
D | PluralFormatTest.java | 53 PluralFormat plf = new PluralFormat(new ULocale(locales[i]), testPattern); in helperTestRules() local 54 log("plf: " + plf); in helperTestRules() 62 expected, plf.format(n)); in helperTestRules()
|
/external/chromium-trace/trace-viewer/tracing/test_data/ |
D | ddms_calculator_start.trace | 14697 X��plf�T� 38621 ���plf�� 119667 ���plfk� 156201 8��plf k�� 438105 �P�plf���
|