OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:glyphIndices
(Results
1 - 11
of
11
) sorted by null
/external/mesa3d/src/gallium/state_trackers/vega/
api_text.c
172
const VGuint *
glyphIndices
,
189
if (!
glyphIndices
|| !is_aligned(
glyphIndices
)) {
205
font_draw_glyphs(f, glyphCount,
glyphIndices
,
text.h
63
const VGuint *
glyphIndices
,
text.c
214
const VGuint *
glyphIndices
,
224
if (!get_glyph(font,
glyphIndices
[i])) {
234
glyph = get_glyph(font,
glyphIndices
[i]);
/external/libgdx/gdx/src/com/badlogic/gdx/graphics/g2d/
BitmapFontCache.java
199
IntArray
glyphIndices
= pageGlyphIndices[i];
201
for (int j = 0, n =
glyphIndices
.size; j < n; j++) {
202
int glyphIndex =
glyphIndices
.items[j];
254
IntArray
glyphIndices
= pageGlyphIndices[i];
255
for (int ii = 0, n =
glyphIndices
.size; ii < n; ii++) {
256
int glyphIndex =
glyphIndices
.get(ii);
/external/harfbuzz_ng/src/
hb-directwrite.cc
736
uint16_t*
glyphIndices
= (uint16_t*) malloc (maxGlyphCount * sizeof (uint16_t));
744
featureRangeLengths, 1, maxGlyphCount, clusterMap, textProperties,
glyphIndices
,
750
free (
glyphIndices
);
790
clusterMap, textProperties, textLength,
glyphIndices
,
853
textLength, glyphCount, maxGlyphCount, clusterMap,
glyphIndices
,
877
free (
glyphIndices
);
883
glyphIndices
= modifiedGlyphIndices;
932
info->codepoint =
glyphIndices
[i];
959
free (
glyphIndices
);
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
dwrite.h
472
const UINT16 *
glyphIndices
;
[
all
...]
/external/pdfium/core/src/fxge/apple/
apple_int.h
60
FX_WORD*
glyphIndices
,
fx_quartz_device.cpp
72
FX_WORD*
glyphIndices
,
103
CGContextShowGlyphsAtPositions(context, (CGGlyph*)
glyphIndices
,
[
all
...]
/external/pdfium/core/src/fxge/win32/
fx_win32_dwrite.cpp
237
glyphRun.
glyphIndices
= glyph_indices;
/external/skia/src/ports/
SkScalerContext_win_dw.cpp
418
run.
glyphIndices
= &glyphId;
675
run.
glyphIndices
= &index;
/external/mesa3d/include/VG/
openvg.h
693
const VGuint *
glyphIndices
,
[
all
...]
Completed in 884 milliseconds