Searched refs:skbidi (Results 1 – 2 of 2) sorted by relevance
/third_party/skia/modules/skshaper/src/ |
D | SkShaper_primitive.cpp | 150 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()
|
D | SkShaper_coretext.cpp | 79 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()
|