Home
last modified time | relevance | path

Searched refs:skbidi (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/modules/skshaper/src/
DSkShaper_primitive.cpp150 bool skbidi = 0; in shape() local
153 skbidi = (bidi.currentLevel() % 2) == 0; in shape()
155 return this->shape(utf8, utf8Bytes, skfont, skbidi, width, handler); in shape()
DSkShaper_coretext.cpp79 bool skbidi = 0; in shape() local
82 skbidi = (bidi.currentLevel() % 2) == 0; in shape()
84 return this->shape(utf8, utf8Bytes, skfont, skbidi, width, handler); in shape()