Searched defs:isRtlText (Results 1 – 2 of 2) sorted by relevance
123 bool isRtlText() const { return mIsRtlText; } in isRtlText() function155 void setIsRtlText(bool isRtlText) { mIsRtlText = isRtlText; } in setIsRtlText()
994 bool isRtlText = false; in BuildFrame() local