Home
last modified time | relevance | path

Searched refs:gr (Results 1 – 25 of 72) sorted by relevance

123

/trunk/main/vcl/source/glyphs/
H A Dgraphite_textsrc.cxx45 gr::UtfType TextSourceAdaptor::utfEncodingForm() { in utfEncodingForm()
46 return gr::kutf16; in utfEncodingForm()
56 size_t TextSourceAdaptor::fetch(gr::toffset, size_t, gr::utf32 *) in fetch()
63 size_t TextSourceAdaptor::fetch(gr::toffset offset, size_t char_count, gr::utf16 * char_buffer) in fetch()
74 size_t TextSourceAdaptor::fetch(gr::toffset, size_t, gr::utf8 *) in fetch()
126 gr::isocode TextSourceAdaptor::getLanguage(gr::toffset) in getLanguage()
130 gr::isocode unknown = {{0,0,0,0}}; in getLanguage()
134 ext_std::pair<gr::toffset, gr::toffset> TextSourceAdaptor::propertyRange(gr::toffset nCharIdx) in propertyRange()
146 size_t TextSourceAdaptor::getFontFeatures(gr::toffset, gr::FeatureSetting * settings) in getFontFeatures()
153 bool TextSourceAdaptor::sameSegment(gr::toffset char_idx1, gr::toffset char_idx2) in sameSegment()
[all …]
H A Dgraphite_textsrc.hxx66 class TextSourceAdaptor : public gr::ITextSource
71 virtual gr::UtfType utfEncodingForm();
73 virtual size_t fetch(gr::toffset ichMin, size_t cch, gr::utf32 * prgchBuffer);
74 virtual size_t fetch(gr::toffset ichMin, size_t cch, gr::utf16 * prgchwBuffer);
75 virtual size_t fetch(gr::toffset ichMin, size_t cch, gr::utf8 * prgchsBuffer);
76 virtual bool getRightToLeft(gr::toffset ich);
77 virtual unsigned int getDirectionDepth(gr::toffset ich);
79 virtual gr::isocode getLanguage(gr::toffset ich);
81 virtual ext_std::pair<gr::toffset, gr::toffset> propertyRange(gr::toffset ich);
82 virtual size_t getFontFeatures(gr::toffset ich, gr::FeatureSetting * prgfset);
[all …]
H A Dgraphite_features.cxx84 gr::isocode aLang = maLang; in GrFeatureParser()
87 ext_std::pair<gr::LanguageIterator,gr::LanguageIterator> aSupported in GrFeatureParser()
89 gr::LanguageIterator iL = aSupported.first; in GrFeatureParser()
92 gr::isocode aSupportedLang = *iL; in GrFeatureParser()
130 gr::isocode aLang = {{0,0,0,0}}; in setLang()
138 ext_std::pair<gr::LanguageIterator,gr::LanguageIterator> aSupported in setLang()
140 gr::LanguageIterator iL = aSupported.first; in setLang()
143 gr::isocode aSupportedLang = *iL; in setLang()
178 bool GrFeatureParser::isValid(gr::Font & font, gr::FeatureSetting & setting) in isValid()
185 ext_std::pair< gr::FeatureSettingIterator, gr::FeatureSettingIterator > in isValid()
[all …]
H A Dgraphite_layout.cxx107 typedef ext_std::pair<gr::GlyphIterator, gr::GlyphIterator> glyph_range_t;
108 typedef ext_std::pair<gr::GlyphSetIterator, gr::GlyphSetIterator> glyph_set_range_t;
173 typedef ext_std::pair< gr::GlyphSetIterator, gr::GlyphSetIterator > GrGlyphSet; in fill_from()
198 gr::GlyphIterator gi; in fill_from()
203 gr::GlyphInfo info = (*gi); in fill_from()
485 gr::RightToLeftDir(gr::DirCode(gi.directionality()))); in append()
593 gr::Segment * pSegment = NULL; in LayoutText()
612 gr::Segment * pSegment = NULL; in LayoutText()
634 …GrFontHasher(const gr::Font & aFont) : gr::Font(aFont), mrRealFont(const_cast<gr::Font&>(aFont)) {… in GrFontHasher()
689 gr::Font & mrRealFont;
[all …]
H A Dgraphite_adaptors.cxx54 using gr::GrResult;
70 clrFore = gr::kclrBlack; in FontProperties()
71 clrBack = gr::kclrTransparent; in FontProperties()
197 gr::Font * GraphiteFontAdaptor::copyThis() { in copyThis()
244 const void * GraphiteFontAdaptor::getTable(gr::fontTableId32 table_id, size_t * buffer_sz) in getTable()
258 void GraphiteFontAdaptor::getGlyphMetrics(gr::gid16 nGlyphId, gr::Rect & aBounding, gr::Point & adv… in getGlyphMetrics()
H A Dgraphite_cache.cxx46 GrSegRecord::GrSegRecord(rtl::OUString * rope, TextSourceAdaptor * textSrc, gr::Segment * seg, bool… in GrSegRecord()
59 void GrSegRecord::reuse(rtl::OUString * rope, TextSourceAdaptor * textSrc, gr::Segment * seg, bool … in reuse()
97 GrSegRecord * GraphiteSegmentCache::cacheSegment(TextSourceAdaptor * adapter, gr::Segment * seg, bo… in cacheSegment()
/trunk/main/vcl/inc/
H A Dgraphite_layout.hxx63 class GraphiteWinFont : public gr::WinFont
67 GraphiteWinFont(HDC hdc) : gr::WinFont(hdc) {}; in GraphiteWinFont()
72 namespace gr { class Segment; class GlyphIterator; } namespace
94 void fill_from(gr::Segment & rSeg, ImplLayoutArgs & rArgs,
103 std::pair<float,float> appendCluster(gr::Segment & rSeg, ImplLayoutArgs & rArgs,
116 gr::LayoutEnvironment maLayout;
117 const gr::Font &mrFont;
132 gr::Segment * CreateSegment(ImplLayoutArgs& rArgs, GrSegRecord ** pRecord = NULL);
133 bool LayoutGlyphs(ImplLayoutArgs& rArgs, gr::Segment * pSegment, GrSegRecord * pSegRecord);
135 gr::Segment * CreateSegment(ImplLayoutArgs& rArgs);
[all …]
H A Dgraphite_features.hxx45 GrFeatureParser(gr::Font & font, const std::string features, const std::string lang);
46 GrFeatureParser(gr::Font & font, const std::string lang);
49 size_t getFontFeatures(gr::FeatureSetting settings[MAX_FEATURES]) const;
51 static bool isValid(gr::Font & font, gr::FeatureSetting & setting);
52 gr::isocode getLanguage() const { return maLang; }; in getLanguage()
56 void setLang(gr::Font & font, const std::string & lang);
61 gr::isocode maLang;
63 gr::FeatureSetting maSettings[64];
68 gr::featid num;
H A Dgraphite_adaptors.hxx69 struct FontProperties : gr::FontProps
83 class VCL_PLUGIN_PUBLIC GraphiteFontAdaptor : public gr::Font
85 typedef std::map<const gr::gid16, std::pair<gr::Rect, gr::Point> > GlyphMetricMap;
94 gr::Font * copyThis();
106 virtual const void * getTable(gr::fontTableId32 tableID, size_t * pcbSize);
110 …virtual void getGlyphMetrics(gr::gid16 glyphID, gr::Rect & boundingBox, gr::Point & advances);
H A Dgraphite_cache.hxx43 GrSegRecord(rtl::OUString * rope, TextSourceAdaptor * textSrc, gr::Segment * seg, bool bIsRtl);
47 void reuse(rtl::OUString * rope, TextSourceAdaptor * textSrc, gr::Segment * seg, bool bIsRtl);
64 gr::Segment * getSegment() { return m_seg; } in getSegment()
79 gr::Segment * m_seg;
219 GrSegRecord * cacheSegment(TextSourceAdaptor * adapter, gr::Segment * seg, bool bIsRtl);
H A Dgraphite_serverfont.hxx39 …GraphiteLayoutImpl(const gr::Font & font, const grutils::GrFeatureParser * features, GraphiteFontA… in GraphiteLayoutImpl()
/trunk/main/graphite/
H A Dgraphite-2.3.1.patch24 -//#define gr gr2
25 +#define gr gr3ooo
1857 -gr::isocode GrUtfTextSrc::getLanguage(gr::toffset ich)
1858 +gr::isocode GrUtfTextSrc::getLanguage(gr::toffset /*ich*/)
1879 virtual gr::isocode getLanguage(gr::toffset ich);
1881 virtual std::pair<gr::toffset, gr::toffset> propertyRange(gr::toffset ich);
1892 - virtual gr::GrResult Fetch(int ichMin, int ichLim, gr::utf16 * prgchBuf) { return gr::kresNotImp…
1897 + virtual gr::GrResult Fetch(int /*ichMin*/, int /*ichLim*/, gr::utf16 * /*prgchBuf*/) { return gr
1908 typedef std::pair< gr::GlyphIterator, gr::GlyphIterator > GlyphRange;
2158 namespace gr
[all …]
H A Dgraphite-2.3.1_stlportemu.patch5 } // namespace gr
9 gr::WinFont::LogFontWrapper,
10 gr::WinFont::FontHandleCache::FontCacheValue,
11 gr::WinFont::LogFontHashFuncs>;
28 namespace gr
H A Dgraphite-2.3.1.patch.mingw121 } // namespace gr
125 gr::WinFont::LogFontWrapper,
126 gr::WinFont::FontHandleCache::FontCacheValue,
127 gr::WinFont::LogFontHashFuncs>;
H A Dgraphite-2.3.1-CVE-2016-1521.patch3 @@ -1106,7 +1106,7 @@ size_t LocaLookup(gr::gid16 nGlyphId,
12 @@ -1115,7 +1115,7 @@ size_t LocaLookup(gr::gid16 nGlyphId,
/trunk/main/graphite/prj/
H A Dbuild.lst1 gr graphite : stlport solenv NULL
2 gr graphite usr1 - all gr_mkout NULL
3 gr graphite nmake - all gr_graphite NULL
/trunk/main/vcl/win/source/gdi/
H A Dwinlayout.cxx2791 GraphiteLayoutWinImpl(const gr::Font & font, ImplWinFontEntry & rFont)
2842 virtual void ReplaceDC(gr::Segment & segment) const;
2843 virtual void RestoreDC(gr::Segment & segment) const;
2848 return gr::WinFont::FontHasGraphiteTables(hDC);
2871 void GraphiteWinLayout::ReplaceDC(gr::Segment & segment) const
2874 dynamic_cast<gr::WinFont&>(segment.getFont()).replaceDC(mhDC);
2878 void GraphiteWinLayout::RestoreDC(gr::Segment & segment) const
2880 dynamic_cast<gr::WinFont&>(segment.getFont()).restoreDC();
2907 gr::Segment * pSegment = maImpl.CreateSegment(args, &pSegRecord);
2909 gr::Segment * pSegment = maImpl.CreateSegment(args);
/trunk/extras/l10n/source/es/
H A Dlocalize.sdf23487 …hart\main0000.xhp 0 help par_id2350840 0 es Valores de datos del gráfico (para gráficos con sus…
23544 … 0 es Elija entre varios gráficos 3D y 2D, como los gráficos de barras, de líneas o de cotizacione…
36403gráficos;insertar\</bookmark_value\>\<bookmark_value\>representar datos como gráficos\</bookmark_v…
36492gráficos;editar leyendas\</bookmark_value\>\<bookmark_value\>leyendas;gráficos\</bookmark_value\>\…
37324gráficos;editar ejes\</bookmark_value\>\<bookmark_value\>ejes de gráficos\</bookmark_value\>\<book…
49146 …s Fije todos los ángulos a 0 para una vista frontal del gráfico. Los gráficos de círculo y los grá…
49301 …k_value\>gráficos de red\</bookmark_value\>\<bookmark_value\>tipos de gráfico;red\</bookmark_value…
49417gráficos\</bookmark_value\>\<bookmark_value\>rótulos; para gráficos\</bookmark_value\>\<bookmark_v…
49593gráfico de cotizaciones y quiere cambiar de subtipo, primero debe cambiar a un gráfico de columnas…
49633gráficas XY \</bookmark_value\>\<bookmark_value\>tipos de gráfico;XY (disperso)\</bookmark_value\>…
[all …]
/trunk/main/libtextcat/data/new_fingerprints/lm/
H A Dportuguese.lm300 gr 165
H A Dserbian-latin.lm109 gr 723
H A Dspanish.lm337 gr 101
H A Dbasque.lm367 gr 62
H A Ddanish.lm377 gr 93
H A Ddutch.lm364 gr 85
H A Denglish.lm380 gr 76

Completed in 1180 milliseconds

123