OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:nGlyphs
(Results
1 - 9
of
9
) sorted by null
/frameworks/base/libs/hwui/hwui/
MinikinUtils.h
69
size_t
nGlyphs
= layout.
nGlyphs
();
70
for (size_t i = 0; i <
nGlyphs
; i++) {
81
if (
nGlyphs
> start) {
83
f(start,
nGlyphs
);
/frameworks/minikin/tests/unittest/
LayoutTest.cpp
393
ASSERT_EQ(ltrLayout.
nGlyphs
(), rtlLayout.
nGlyphs
());
394
ASSERT_EQ(6u, ltrLayout.
nGlyphs
());
396
size_t
nGlyphs
= ltrLayout.
nGlyphs
();
397
for (size_t i = 0; i <
nGlyphs
; ++i) {
398
EXPECT_EQ(ltrLayout.getFont(i), rtlLayout.getFont(
nGlyphs
- i - 1));
399
EXPECT_EQ(ltrLayout.getGlyphId(i), rtlLayout.getGlyphId(
nGlyphs
- i - 1));
422
const size_t
nGlyphs
= ltrLayout.
nGlyphs
();
[
all
...]
/external/freetype/src/gxvalid/
gxvcommn.c
951
FT_UShort
nGlyphs
;
960
nGlyphs
= FT_NEXT_USHORT( p );
962
GXV_TRACE(( " (firstGlyph = %d,
nGlyphs
= %d)\n", firstGlyph,
nGlyphs
));
964
if ( !
nGlyphs
)
967
gxv_glyphid_validate( (FT_UShort)( firstGlyph +
nGlyphs
), gxvalid );
978
for ( i = 0; i <
nGlyphs
; i++ )
[
all
...]
gxvkern.c
383
FT_UShort
nGlyphs
;
390
nGlyphs
= FT_NEXT_USHORT( p );
391
GXV_TRACE(( " %s firstGlyph=%d,
nGlyphs
=%d\n",
392
tag, firstGlyph,
nGlyphs
));
395
gxv_glyphid_validate( (FT_UShort)( firstGlyph +
nGlyphs
- 1 ), gxvalid );
397
gxv_array_getlimits_ushort( p, p + ( 2 *
nGlyphs
),
402
gxv_odtect_add_range( table, 2 *
nGlyphs
, tag, odtect );
/frameworks/minikin/libs/minikin/
Layout.cpp
[
all
...]
/frameworks/base/core/jni/android/graphics/
Paint.cpp
313
size_t
nGlyphs
= layout.
nGlyphs
();
314
uint16_t* glyphs = new uint16_t[
nGlyphs
];
315
SkPoint* pos = new SkPoint[
nGlyphs
];
401
for (size_t i = 0; i < layout.
nGlyphs
(); i++) {
416
for (size_t i = 0; i < layout.
nGlyphs
(); i++) {
471
size_t
nGlyphs
= countNonSpaceGlyphs(layout);
472
if (
nGlyphs
!= 1 && nChars > 1) {
479
if (
nGlyphs
== 0 || layoutContainsNotdef(layout)) {
492
if (zzLayout.
nGlyphs
() != 1 || layoutContainsNotdef(zzLayout))
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
wingdi.h
[
all
...]
/prebuilts/tools/windows/swt/
swt.jar
/prebuilts/tools/windows-x86_64/swt/
swt.jar
Completed in 323 milliseconds