HomeSort by relevance Sort by last modified time
    Searched full:charcode (Results 51 - 75 of 101) sorted by null

1 23 4 5

  /external/freetype/src/base/
ftobjs.c     [all...]
  /external/skia/src/ports/
SkFontHost_FreeType.cpp 389 for (SkUnichar charCode = FT_Get_First_Char(face, &glyphIndex);
391 charCode = FT_Get_Next_Char(face, charCode, &glyphIndex)) {
392 if (charCode &&
394 (*glyphToUnicode)[glyphIndex] = charCode;
836 SkUnichar charCode = FT_Get_First_Char( fFace, &glyphIndex );
840 return charCode;
842 charCode = FT_Get_Next_Char( fFace, charCode, &glyphIndex );
    [all...]
  /external/webkit/Source/WebKit2/UIProcess/gtk/
WebView.cpp 213 unsigned charCode;
323 keyPressCommandsMap.set(keyPressEntries[i].modifiers << 16 | keyPressEntries[i].charCode, keyPressEntries[i].name);
334 // For keypress events, we want charCode(), but keyCode() does that.
  /external/chromium/chrome/browser/ui/cocoa/
hung_renderer_controller.mm 83 key.charCode = @"\e";
  /external/freetype/include/freetype/config/
ftoption.h     [all...]
  /external/webkit/Source/WebCore/html/
HTMLButtonElement.cpp 118 switch (static_cast<KeyboardEvent*>(event)->charCode()) {
InputType.cpp 350 return event->isKeyboardEvent() && event->type() == eventNames().keypressEvent && static_cast<KeyboardEvent*>(event)->charCode() == '\r';
  /external/webkit/Source/WebKit/gtk/WebCoreSupport/
EditorClientGtk.cpp 600 unsigned charCode;
650 keyPressCommandsMap.set(keyPressEntries[i].modifiers << 16 | keyPressEntries[i].charCode, keyPressEntries[i].name);
661 // For keypress events, we want charCode(), but keyCode() does that.
754 if (event->charCode() < ' ')
    [all...]
  /external/webkit/Tools/iExploder/iexploder-1.7.2/src/html-attrs/
mozilla 99 charcode
  /external/webkit/Source/WebKit/mac/Misc/
WebNSURLExtras.mm 60 static inline BOOL isLookalikeCharacter(int charCode)
71 if (!u_isprint(charCode) || u_isUWhiteSpace(charCode) || u_hasBinaryProperty(charCode, UCHAR_DEFAULT_IGNORABLE_CODE_POINT))
74 switch (charCode) {
    [all...]
  /frameworks/base/telephony/java/com/android/internal/telephony/cdma/sms/
BearerData.java 453 int charCode = UserData.charToAscii.get(msg.charAt(i), -1);
454 if (charCode == -1) {
461 outStream.write(7, charCode);
    [all...]
  /external/freetype/include/freetype/
freetype.h     [all...]
  /external/webkit/Source/WebKit/wince/
WebView.cpp 369 bool WebView::handleKeyPress(WPARAM charCode, LPARAM keyData, bool systemKeyDown)
373 PlatformKeyboardEvent keyEvent(m_windowHandle, charCode, keyData, PlatformKeyboardEvent::Char, systemKeyDown);
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
OpenWnnJAJP.java     [all...]
  /external/chromium/chrome/browser/
browser_keyevents_browsertest.cc 56 // <type> <keyCode> <charCode> <ctrlKey> <shiftKey> <altKey> <commandKey>
403 // keypress event with charCode=26.
423 // Ctrl+Enter shall generate a keypress event with charCode=10 (LF).
  /external/webkit/Source/WebCore/plugins/mac/
PluginViewMac.mm 621 LOG(Plugins, "PV::hKE(): KE.keyCode: 0x%02X, KE.charCode: %d",
622 event->keyCode(), event->charCode());
677 LOG(Plugins, "PV::hKE(): PKE.qtEvent()->nativeVirtualKey: 0x%02X, charCode: %d",
  /external/webkit/Source/WebKit/chromium/src/
EditorClientImpl.cpp 399 unsigned charCode;
540 keyPressCommandsMap->set(keyPressEntries[i].modifiers << 16 | keyPressEntries[i].charCode,
560 int mapKey = modifiers << 16 | evt->charCode();
    [all...]
  /external/webkit/Source/WebKit/mac/Plugins/
WebNetscapePluginEventHandlerCarbon.mm 340 LOG(PluginEvents, "NPP_HandleEvent(keyDown): %d charCode:%c keyCode:%lu",
  /external/webkit/Tools/DumpRenderTree/mac/
EventSendingController.mm 767 printf(" charCode: %d\n", [(DOMKeyboardEvent*)event charCode]);
    [all...]
  /frameworks/base/core/java/android/inputmethodservice/
InputMethodService.java     [all...]
  /external/freetype/src/cff/
cffload.c 184 cff_get_standard_encoding( FT_UInt charcode )
186 return (FT_UShort)( charcode < 256 ? cff_standard_encoding[charcode]
    [all...]
cffgload.c 612 FT_Int charcode )
623 if ( charcode < 0 || charcode > 255 )
627 glyph_sid = cff_get_standard_encoding( (FT_UInt)charcode );
    [all...]
  /external/libvpx/examples/includes/geshi/geshi/
actionscript3.php 267 'charCount', 'charCodeAt', 'charCode', 'charAt', 'changeList',
  /external/webkit/Source/WebCore/page/
Settings.cpp 450 // making keyIdentifier available on keypress events, making charCode available on keydown/keyup events,
  /external/webkit/Source/WebCore/wml/
WMLInputElement.cpp 304 if (static_cast<KeyboardEvent*>(evt)->charCode() == '\r')

Completed in 1469 milliseconds

1 23 4 5