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

  /frameworks/base/awt/org/apache/harmony/awt/gl/font/
CompositeFont.java 39 int numFonts;
86 numFonts = fPhysicalFonts.length;
102 for (int i = 0; i < numFonts; i++){
126 for (int i = 0; i < numFonts; i++){
202 if (numFonts == 1) {
222 for (int i = 1; i < numFonts; i++){
291 for (int i = 0; i < numFonts; i++){
346 if (numFonts == 1){
350 for (int i = 1; i < numFonts; i++){
414 for (int i = 0; i < numFonts; i++)
    [all...]
FontManager.java 347 int numFonts = fps.length;
348 FontPeerImpl[] physicalFonts = new FontPeerImpl[numFonts];
349 for (int i = 0; i < numFonts; i++){
  /external/webkit/WebCore/platform/graphics/
FontFallbackList.cpp 65 unsigned numFonts = m_fontList.size();
66 for (unsigned i = 0; i < numFonts; ++i) {
  /external/webkit/WebCore/platform/graphics/chromium/
FontCacheChromiumWin.cpp 380 int numFonts = 0;
383 numFonts = ARRAYSIZE(cjkFonts);
386 numFonts = ARRAYSIZE(commonFonts);
393 for (i = 0; (!data || !fontContainsCharacter(data, family, c)) && i < numFonts; ++i) {
399 // last font in the array covers the character, |i| will be numFonts.
402 if (i <= numFonts)
  /external/webkit/WebCore/platform/graphics/opentype/
OpenTypeUtilities.cpp 435 DWORD numFonts = 0;
436 HANDLE fontHandle = AddFontMemResourceEx(rewrittenFontData.data(), fontData->size() + nameTableSize, 0, &numFonts);
438 if (fontHandle && numFonts < 1) {
  /external/webkit/WebKitTools/DumpRenderTree/gtk/
DumpRenderTree.cpp 142 static int numFonts = -1;
147 if (appFontSet && numFonts >= 0 && appFontSet->nfont == numFonts)
170 numFonts = appFontSet->nfont;

Completed in 480 milliseconds