OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:inputState
(Results
1 - 6
of
6
) sorted by null
/external/webkit/Source/WebCore/platform/graphics/chromium/
UniscribeHelper.cpp
441
SCRIPT_STATE
inputState
;
442
inputState
.uBidiLevel = m_isRtl;
443
inputState
.fOverrideDirection = m_directionalOverride;
444
inputState
.fInhibitSymSwap = false;
445
inputState
.fCharShape = false; // Not implemented in Uniscribe
446
inputState
.fDigitSubstitute = false; // Do we want this for Arabic?
447
inputState
.fInhibitLigate = m_inhibitLigate;
448
inputState
.fDisplayZWG = false; // Don't draw control characters.
449
inputState
.fArabicNumContext = m_isRtl; // Do we want this for Arabic?
450
inputState
.fGcpClusters = false
[
all
...]
/system/core/libcutils/
mq.c
85
}
InputState
;
168
InputState
inputState
;
274
peerProxy->
inputState
= READING_HEADER;
584
peerProxy->
inputState
= READING_BYTES;
680
masterProxy->
inputState
= ACCEPTING_CONNECTION;
968
int state = peerProxy->
inputState
;
[
all
...]
/frameworks/base/services/input/
InputDispatcher.cpp
[
all
...]
InputDispatcher.h
713
class
InputState
{
715
InputState
();
716
~
InputState
();
743
void copyPointerStateTo(
InputState
& other) const;
821
InputState
inputState
;
[
all
...]
/cts/tools/signature-tools/lib/
antlr-2.7.7.jar
/prebuilt/common/groovy/
groovy-all-1.7.0.jar
Completed in 459 milliseconds