| /third_party/skia/src/utils/ |
| D | SkOrderedFontMgr.cpp | 14 void SkOrderedFontMgr::append(sk_sp<SkFontMgr> fm) { in append() 20 for (const auto& fm : fList) { in onCountFamilies() local 27 for (const auto& fm : fList) { in onGetFamilyName() local 37 for (const auto& fm : fList) { in onCreateStyleSet() local 48 for (const auto& fm : fList) { in onMatchFamily() local 58 for (const auto& fm : fList) { in onMatchFamilyStyle() local 70 for (const auto& fm : fList) { in onMatchFamilyStyleCharacter() local
|
| /third_party/ffmpeg/libavfilter/ |
| D | vf_fieldmatch.c | 156 static int get_width(const FieldMatchContext *fm, const AVFrame *f, int plane, int input) in get_width() 161 static int get_height(const FieldMatchContext *fm, const AVFrame *f, int plane, int input) in get_height() 196 static int calc_combed_score(const FieldMatchContext *fm, const AVFrame *src) in calc_combed_score() 415 static void build_diff_map(FieldMatchContext *fm, in build_diff_map() 480 static AVFrame *select_frame(FieldMatchContext *fm, int match) in select_frame() 487 static int compare_fields(FieldMatchContext *fm, int match1, int match2, int field) in compare_fields() 609 static void copy_fields(const FieldMatchContext *fm, AVFrame *dst, in copy_fields() 626 FieldMatchContext *fm = ctx->priv; in create_weave_frame() local 652 const FieldMatchContext *fm = ctx->priv; in checkmm() local 681 FieldMatchContext *fm = ctx->priv; in filter_frame() local [all …]
|
| /third_party/skia/tests/ |
| D | TypefaceTest.cpp | 129 sk_sp<SkFontMgr> fm = SkFontMgr::RefDefault(); in DEF_TEST() local 218 sk_sp<SkFontMgr> fm = SkFontMgr::RefDefault(); in DEF_TEST() local 290 sk_sp<SkFontMgr> fm = SkFontMgr::RefDefault(); in DEF_TEST() local 421 sk_sp<SkFontMgr> fm = SkFontMgr::RefDefault(); in DEF_TEST() local 573 sk_sp<SkFontMgr> fm = SkFontMgr::RefDefault(); in DEF_TEST() local
|
| D | FontMgrTest.cpp | 85 sk_sp<SkFontMgr> fm(SkFontMgr::RefDefault()); in DEF_TEST() local 118 sk_sp<SkFontMgr> fm(SkFontMgr::RefDefault()); in DEF_TEST() local 741 sk_sp<SkFontMgr> fm(SkFontMgr::RefDefault()); in DEF_TEST() local
|
| D | FontNamesTest.cpp | 148 sk_sp<SkFontMgr> fm(SkFontMgr::RefDefault()); in test_systemfonts() local
|
| /third_party/skia/modules/androidkit/src/ |
| D | Utils.cpp | 18 const auto fm = static_cast<SkFilterMode>((desc >> 1) & 0x01); in SamplingOptions() local
|
| /third_party/node/deps/v8/src/codegen/arm64/ |
| D | macro-assembler-arm64-inl.h | 522 const VRegister& fm) { in Fadd() 527 void TurboAssembler::Fccmp(const VRegister& fn, const VRegister& fm, in Fccmp() 534 void TurboAssembler::Fcmp(const VRegister& fn, const VRegister& fm) { in Fcmp() 552 const VRegister& fm, Condition cond) { in Fcsel() 611 const VRegister& fm) { in Fdiv() 617 const VRegister& fm, const VRegister& fa) { in Fmadd() 623 const VRegister& fm) { in Fmax() 629 const VRegister& fm) { in Fmaxnm() 635 const VRegister& fm) { in Fmin() 641 const VRegister& fm) { in Fminnm() [all …]
|
| /third_party/skia/gm/ |
| D | fontmgr.cpp | 44 SkScalar y, const SkFont& origFont, SkFontMgr* fm, in drawCharacter() 91 SkFontMgr* fm = fFM.get(); in onDraw() local 263 SkFontMetrics fm; in show_bounds() local 338 SkFontMgr* fm = fFM.get(); in onDraw() local
|
| D | poly2poly.cpp | 63 SkFontMetrics fm; in doDraw() local
|
| D | fontregen.cpp | 131 auto fm = SkFontMgr::RefDefault(); in onOnceBeforeDraw() local
|
| /third_party/ffmpeg/libavcodec/ |
| D | mpegaudiodec_common_tablegen.h | 55 double f, fm; in mpegaudiodec_common_tableinit() local
|
| /third_party/skia/bench/ |
| D | FilteringBench.cpp | 17 FilteringBench(SkFilterMode fm, SkMipmapMode mm) : fSampling(fm, mm) { in FilteringBench()
|
| D | TileBench.cpp | 33 SkFilterMode fm, in ConstXTileBench()
|
| D | VertBench.cpp | 59 SkFilterMode fm = (fFlags & kBilerp_VertFlag) ? SkFilterMode::kLinear in onDelayedSetup() local
|
| /third_party/icu/icu4c/source/samples/layout/ |
| D | gnomeglue.cpp | 62 GnomeFontMap *fm = (GnomeFontMap *) fontMap; in fm_fontMapClose() local
|
| D | gdiglue.cpp | 66 GDIFontMap *fm = (GDIFontMap *) fontMap; in fm_fontMapClose() local
|
| /third_party/skia/third_party/externals/icu/source/samples/layout/ |
| D | gnomeglue.cpp | 62 GnomeFontMap *fm = (GnomeFontMap *) fontMap; in fm_fontMapClose() local
|
| D | gdiglue.cpp | 66 GDIFontMap *fm = (GDIFontMap *) fontMap; in fm_fontMapClose() local
|
| /third_party/icu/icu4j/demos/src/com/ibm/icu/dev/demo/calendar/ |
| D | CalendarFrame.java | 378 FontMetrics fm = g.getFontMetrics(font); in paint() local 394 FontMetrics fm = getFontMetrics(font); in getMinimumSize() local
|
| D | CalendarPanel.java | 209 FontMetrics fm = g.getFontMetrics(); in paint() local
|
| /third_party/skia/samplecode/ |
| D | SamplePolyToPoly.cpp | 93 SkFontMetrics fm; in doDraw() local
|
| /third_party/glfw/src/ |
| D | monitor.c | 42 const GLFWvidmode* fm = fp; in compareVideoModes() local 273 int _glfwCompareVideoModes(const GLFWvidmode* fm, const GLFWvidmode* sm) in _glfwCompareVideoModes()
|
| /third_party/skia/third_party/externals/freetype/builds/windows/ |
| D | ftsystem.c | 261 HANDLE fm; in FT_Stream_Open() local
|
| /third_party/icu/icu4j/demos/src/com/ibm/icu/dev/demo/rbnf/ |
| D | RbnfDemo.java | 503 FontMetrics fm = g.getFontMetrics(); in paint() local
|
| /third_party/icu/icu4j/demos/src/com/ibm/icu/dev/demo/holiday/ |
| D | HolidayBorderPanel.java | 418 FontMetrics fm = g.getFontMetrics(); in paint() local
|