OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kDirection_Mask
(Results
1 - 3
of
3
) sorted by null
/frameworks/base/core/jni/android/graphics/
TextLayout.h
59
kDirection_Mask
= 0x1
TextLayout.cpp
179
case SkPaint::kLeft_Align: trimLeft = dir &
kDirection_Mask
; break;
181
case SkPaint::kRight_Align: trimRight = !(dir &
kDirection_Mask
);
TextLayoutCache.cpp
442
int paraDir = ubidi_getParaLevel(bidi) &
kDirection_Mask
; // 0 if ltr, 1 if rtl
Completed in 209 milliseconds