Home
last modified time | relevance | path

Searched refs:is_vertical (Results 1 - 6 of 6) sorted by relevance

/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-ot-font.cc320 _glyf_get_side_bearing_var (hb_font_t *font, hb_codepoint_t glyph, bool is_vertical) in _glyf_get_side_bearing_var() argument
322 return font->face->table.glyf->get_side_bearing_var (font, glyph, is_vertical); in _glyf_get_side_bearing_var()
326 _glyf_get_advance_var (hb_font_t *font, hb_codepoint_t glyph, bool is_vertical) in _glyf_get_advance_var() argument
328 return font->face->table.glyf->get_advance_var (font, glyph, is_vertical); in _glyf_get_advance_var()
H A Dhb-ot-hmtx-table.hh46 _glyf_get_side_bearing_var (hb_font_t *font, hb_codepoint_t glyph, bool is_vertical);
49 _glyf_get_advance_var (hb_font_t *font, hb_codepoint_t glyph, bool is_vertical);
H A Dhb-ot-glyf-table.hh1029 get_advance_var (hb_font_t *font, hb_codepoint_t gid, bool is_vertical) const in get_advance_var()
1040 return is_vertical ? vmtx->get_advance (gid) : hmtx->get_advance (gid); in get_advance_var()
1042 float result = is_vertical in get_advance_var()
1048 int get_side_bearing_var (hb_font_t *font, hb_codepoint_t gid, bool is_vertical) const in get_side_bearing_var()
1056 return is_vertical ? vmtx->get_side_bearing (gid) : hmtx->get_side_bearing (gid); in get_side_bearing_var()
1058 return is_vertical in get_side_bearing_var()
/third_party/skia/src/core/
H A DSkEdgeBuilder.cpp111 static bool is_vertical(const Edge* edge) { in is_vertical() function
122 Combine combine = is_vertical(edge) && !fList.empty() in addLine()
137 Combine combine = is_vertical(edge) && !fList.empty() in addLine()
182 return is_vertical(edge) && edgePtr > (SkEdge**)fEdgeList in addPolyLine()
194 return is_vertical(edge) && edgePtr > (SkAnalyticEdge**)fEdgeList in addPolyLine()
/third_party/skia/src/shaders/gradients/
H A DSk4fLinearGradient.cpp267 bool is_vertical) in LinearIntervalProcessor()
268 : fAdvX(is_vertical ? SK_ScalarInfinity : (i->fT1 - fx) / dx) in LinearIntervalProcessor()
273 , fIsVertical(is_vertical) in LinearIntervalProcessor()
278 if (tileMode != SkTileMode::kClamp && !is_vertical) { in LinearIntervalProcessor()
262 LinearIntervalProcessor(const Sk4fGradientInterval* firstInterval, const Sk4fGradientInterval* lastInterval, const Sk4fGradientInterval* i, SkScalar fx, SkScalar dx, bool is_vertical) LinearIntervalProcessor() argument
/third_party/ffmpeg/libavfilter/
H A Dvf_stack.c48 int is_vertical; member
85 s->is_vertical = 1; in init()
209 if (s->is_vertical) { in config_output()

Completed in 6 milliseconds