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

  /external/chromium_org/third_party/icu/source/samples/layout/
FontMap.cpp 207 le_int32 fontIndex = fFontIndices[scriptCode];
209 if (fontIndex < 0) {
216 if (fFontInstances[fontIndex] == NULL) {
217 fFontInstances[fontIndex] = openFont(fFontNames[fontIndex], fPointSize, status);
220 sprintf(errorMessage, "Could not open font file %s", fFontNames[fontIndex]);
226 return fFontInstances[fontIndex];
  /external/icu/icu4c/source/samples/layout/
FontMap.cpp 207 le_int32 fontIndex = fFontIndices[scriptCode];
209 if (fontIndex < 0) {
216 if (fFontInstances[fontIndex] == NULL) {
217 fFontInstances[fontIndex] = openFont(fFontNames[fontIndex], fPointSize, status);
220 sprintf(errorMessage, "Could not open font file %s", fFontNames[fontIndex]);
226 return fFontInstances[fontIndex];
  /external/chromium_org/third_party/skia/tools/
create_test_font.cpp 378 int fontIndex = written_index(fontDesc);
379 if (fontIndex >= 0) {
380 fontDesc.fFontIndex = fontIndex;
401 int fontIndex;
402 for (fontIndex = 0; fontIndex < fontCount; ++fontIndex) {
403 const FontWritten& writ = gWritten[fontIndex];
  /external/chromium_org/third_party/skia/src/pdf/
SkPDFDevice.cpp     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar 
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar 

Completed in 121 milliseconds