HomeSort by relevance Sort by last modified time
    Searched defs:unichar (Results 1 - 6 of 6) sorted by null

  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
UnicodeChart.java 85 int unichar = base + i; local
86 chars[i] = (char)unichar;
88 canvas.drawText(Integer.toHexString(unichar),
  /external/webkit/Source/WebCore/platform/
PlatformKeyboardEvent.h 186 PlatformKeyboardEvent(int keyCode, UChar32 unichar, int repeatCount,
188 UChar32 unichar() const { return m_unichar; } function in class:WebCore::PlatformKeyboardEvent
239 /* The originall unichar value. Sometimes the m_text/m_unmodifiedText
  /external/webkit/Source/WebKit/android/nav/
SelectText.cpp 234 SkUnichar unichar; local
237 mPaint.glyphsToUnichars(&rec.fGlyphID, 1, &unichar);
239 return unichar;
    [all...]
CachedRoot.cpp 841 SkUnichar unichar; local
844 utfPaint.glyphsToUnichars(&rec.fGlyphID, 1, &unichar);
845 mCh = unichar < 0x7f ? unichar : '?';
    [all...]
  /external/skia/src/ports/
SkFontHost_mac_coretext.cpp 335 UniChar theChar;
344 theChar = (UniChar) uni;
667 UniChar unichar = static_cast<UniChar>((i << 3) + j); local
669 &unichar, &glyph, 1)) {
670 out[glyph] = unichar;
742 static const UniChar stem_chars[] = {'i', 'I', '!', '1'};
    [all...]
  /external/webkit/Source/WebKit/android/plugins/
android_npapi.h 590 unichar.
591 If bounds is not null, returns the array of bounds for each unichar.
973 int32_t unichar; \/\/ 0 if there is no value member in struct:ANPEvent::__anon13471::__anon13472
    [all...]

Completed in 108 milliseconds