OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tmpLogClusters
(Results
1 - 4
of
4
) sorted by null
/external/harfbuzz_ng/src/hb-old/
harfbuzz-shaper.cpp
628
face->
tmpLogClusters
= 0;
691
if (face->
tmpLogClusters
)
692
free(face->
tmpLogClusters
);
793
unsigned int *
tmpLogClusters
;
806
tmpLogClusters
= (unsigned int *) realloc(face->
tmpLogClusters
, face->length*sizeof(unsigned int));
807
if (!
tmpLogClusters
)
809
face->
tmpLogClusters
=
tmpLogClusters
;
814
face->
tmpLogClusters
[i] = item->log_clusters[i]
[
all
...]
harfbuzz-shaper.h
190
unsigned int *
tmpLogClusters
;
/external/harfbuzz/src/
harfbuzz-shaper.h
221
unsigned int *
tmpLogClusters
;
harfbuzz-shaper.cpp
[
all
...]
Completed in 152 milliseconds