Searched refs:matchStyle (Results 1 - 22 of 22) sorted by relevance

/external/skia/include/ports/
H A DSkFontMgr.h26 virtual SkTypeface* matchStyle(const SkFontStyle& pattern) = 0;
/external/chromium_org/third_party/skia/src/ports/
H A DSkFontHost_linux.cpp171 virtual SkTypeface* matchStyle(const SkFontStyle& pattern) SK_OVERRIDE {
248 return sset->matchStyle(fontStyle);
257 return fFamilies[i]->matchStyle(fontStyle);
309 tf = gDefaultFamily->matchStyle(style);
390 SkTypeface* tf = set->matchStyle(SkFontStyle(SkFontStyle::kNormal_Weight,
H A DSkFontMgr_android.cpp211 * TODO: consider replacing with SkStyleSet_Indirect::matchStyle();
214 virtual SkTypeface_AndroidSystem* matchStyle(const SkFontStyle& pattern) SK_OVERRIDE {
332 return sset->matchStyle(style);
340 return fFontStyleSets[i]->matchStyle(style);
354 SkAutoTUnref<SkTypeface_AndroidSystem> face(family->matchStyle(style));
464 return fDefaultFamily->matchStyle(style);
515 SkTypeface* tf = set->matchStyle(SkFontStyle());
H A DSkFontMgr_win_dw.cpp310 virtual SkTypeface* matchStyle(const SkFontStyle& pattern) SK_OVERRIDE;
483 return sset->matchStyle(fontstyle);
492 return sset.matchStyle(fontstyle);
694 SkTypeface* SkFontStyleSet_DirectWrite::matchStyle(const SkFontStyle& pattern) { function in class:SkFontStyleSet_DirectWrite
H A DSkFontMgr_fontconfig.cpp501 virtual SkTypeface* matchStyle(const SkFontStyle& style) SK_OVERRIDE {
H A DSkFontHost_win.cpp2504 virtual SkTypeface* matchStyle(const SkFontStyle& pattern) SK_OVERRIDE {
2553 return sset->matchStyle(fontstyle);
H A DSkFontHost_mac.cpp2182 virtual SkTypeface* matchStyle(const SkFontStyle& pattern) SK_OVERRIDE {
/external/skia/src/ports/
H A DSkFontHost_linux.cpp165 virtual SkTypeface* matchStyle(const SkFontStyle& pattern) SK_OVERRIDE {
242 return sset->matchStyle(fontStyle);
251 return fFamilies[i]->matchStyle(fontStyle);
302 tf = gDefaultFamily->matchStyle(style);
384 SkTypeface* tf = set->matchStyle(SkFontStyle(SkFontStyle::kNormal_Weight,
H A DSkFontMgr_win_dw.cpp310 virtual SkTypeface* matchStyle(const SkFontStyle& pattern) SK_OVERRIDE;
483 return sset->matchStyle(fontstyle);
492 return sset.matchStyle(fontstyle);
694 SkTypeface* SkFontStyleSet_DirectWrite::matchStyle(const SkFontStyle& pattern) { function in class:SkFontStyleSet_DirectWrite
H A DSkFontHost_win.cpp2531 virtual SkTypeface* matchStyle(const SkFontStyle& pattern) SK_OVERRIDE {
2580 return sset->matchStyle(fontstyle);
H A DSkFontHost_mac.cpp2179 virtual SkTypeface* matchStyle(const SkFontStyle& pattern) SK_OVERRIDE {
/external/chromium_org/third_party/skia/include/ports/
H A DSkFontMgr.h26 virtual SkTypeface* matchStyle(const SkFontStyle& pattern) = 0;
/external/chromium_org/third_party/WebKit/Source/core/editing/
H A DEditor.h198 void pasteAsFragment(PassRefPtrWillBeRawPtr<DocumentFragment>, bool smartReplace, bool matchStyle);
221 void replaceSelectionWithFragment(PassRefPtrWillBeRawPtr<DocumentFragment>, bool selectReplacement, bool smartReplace, bool matchStyle);
H A DEditor.cpp353 void Editor::pasteAsFragment(PassRefPtrWillBeRawPtr<DocumentFragment> pastingFragment, bool smartReplace, bool matchStyle) argument
358 target->dispatchEvent(TextEvent::createForFragmentPaste(frame().domWindow(), pastingFragment, smartReplace, matchStyle), IGNORE_EXCEPTION);
504 void Editor::replaceSelectionWithFragment(PassRefPtrWillBeRawPtr<DocumentFragment> fragment, bool selectReplacement, bool smartReplace, bool matchStyle) argument
514 if (matchStyle)
/external/chromium_org/third_party/skia/src/fonts/
H A DSkFontMgr_fontconfig.cpp148 virtual SkTypeface* matchStyle(const SkFontStyle& pattern) SK_OVERRIDE;
210 SkTypeface* SkFontStyleSet_FC::matchStyle(const SkFontStyle& pattern) {
H A DSkFontMgr_indirect.cpp44 virtual SkTypeface* matchStyle(const SkFontStyle& pattern) SK_OVERRIDE {
/external/skia/src/fonts/
H A DSkFontMgr_fontconfig.cpp153 virtual SkTypeface* matchStyle(const SkFontStyle& pattern) SK_OVERRIDE;
215 SkTypeface* SkFontStyleSet_FC::matchStyle(const SkFontStyle& pattern) {
H A DSkFontMgr_indirect.cpp44 virtual SkTypeface* matchStyle(const SkFontStyle& pattern) SK_OVERRIDE {
/external/chromium_org/third_party/skia/gm/
H A Dfontmgr.cpp177 SkTypeface* face = fset->matchStyle(fs);
/external/chromium_org/third_party/skia/src/core/
H A DSkFontHost.cpp82 virtual SkTypeface* matchStyle(const SkFontStyle&) SK_OVERRIDE {
/external/skia/gm/
H A Dfontmgr.cpp142 SkTypeface* face = fset->matchStyle(fs);
/external/skia/src/core/
H A DSkFontHost.cpp82 virtual SkTypeface* matchStyle(const SkFontStyle&) SK_OVERRIDE {

Completed in 4697 milliseconds