OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:uCharset
(Results
1 - 5
of
5
) sorted by null
/external/pdfium/core/src/fxge/android/
fpf_skiafontmgr.cpp
138
static FX_DWORD FPF_SkiaGetCharset(uint8_t
uCharset
) {
139
switch (
uCharset
) {
188
uint8_t
uCharset
) {
199
bsFont +=
uCharset
;
202
static FX_BOOL FPF_SkiaIsCJK(uint8_t
uCharset
) {
203
return (
uCharset
== FXFONT_GB2312_CHARSET) ||
204
(
uCharset
== FXFONT_CHINESEBIG5_CHARSET) ||
205
(
uCharset
== FXFONT_HANGEUL_CHARSET) ||
206
(
uCharset
== FXFONT_SHIFTJIS_CHARSET);
258
uint8_t
uCharset
,
[
all
...]
fpf_skiafont.h
46
uint8_t
uCharset
);
fpf_skiafontmgr.h
94
uint8_t
uCharset
,
fpf_skiafont.cpp
182
uint8_t
uCharset
) {
207
m_uCharset =
uCharset
;
/external/pdfium/core/src/fpdfapi/fpdf_edit/
fpdf_edit_doc.cpp
443
int
uCharset
;
468
return charset.
uCharset
;
[
all
...]
Completed in 2195 milliseconds