Searched refs:textSize (Results 1 - 8 of 8) sorted by relevance

/macosx-10.10.1/ICU-531.30/icuSources/test/perf/ubrkperf/
H A Dubrkperf.cpp90 UniCharCount startOffset = 0, breakOffset = 0, numUniChars = textSize;
130 int32_t timePerCU = (int)(float(1000) * ((float)loopTime/(float)textSize));
133 printf("number of code units %d average time per code unit %d\n", textSize, timePerCU);
136 printf("time=%d\nevents=%d\nsize=%d\n", elapsedTime, noBreaks, textSize);
H A Dubrkperfold.cpp164 int32_t textSize = 0; variable
289 brkit->setText(UnicodeString(text, textSize));
316 UniCharCount startOffset = 0, breakOffset = 0, numUniChars = textSize;
356 int32_t timePerCU = (int)(float(1000) * ((float)loopTime/(float)textSize));
359 printf("number of code units %d average time per code unit %d\n", textSize, timePerCU);
362 printf("time=%d\nevents=%d\nsize=%d\n", elapsedTime, noBreaks, textSize);
374 brkit->setText(UnicodeString(text, textSize));
376 for(j = 0; j < textSize; j++) {
390 for(j = 0; j < textSize; j++) {
400 int32_t timePerCU = (int)(float(1000) * ((float)loopTime/(float)textSize));
[all...]
/macosx-10.10.1/bless-103/libbless/HFS/
H A DBLWriteStartupFile.h57 UInt32 textSize; member in struct:__anon6592
/macosx-10.10.1/WebKit2-7600.1.25/Shared/linux/
H A DWebMemorySamplerLinux.cpp51 size_t textSize; member in struct:WebKit::ApplicationMemoryStats
99 applicationStats.textSize = nextToken(statmFileDescriptor).toInt();
138 appendKeyValuePair(webKitMemoryStats, ASCIILiteral("Text"), applicationStats.textSize);
/macosx-10.10.1/dyld-353.2.1/launch-cache/
H A Ddyld_shared_cache_util.cpp69 uint64_t textSize; member in struct:TextInfo
75 return (left.textSize > right.textSize);
240 info.textSize = segInfo->fileSize;
626 printf(" 0x%08llX %s\n", it->textSize, it->path);
H A Dupdate_dyld_shared_cache.cpp1371 const uint32_t textSize = textMapping->size(); local
1382 if ( cacheEntry->pathFileOffset() > textSize ) {
1398 if ( cacheEntry->pathFileOffset() > textSize ) {
/macosx-10.10.1/Chess-310.6/Sources/
H A DMBCBoardViewTextures.mm77 CGPoint textSize = CGContextGetTextPosition(bitmap);
78 hpos -= (textSize.x-hpos)*0.5;
/macosx-10.10.1/WebKit-7600.1.25/win/
H A DFullscreenVideoController.cpp70 static const int textSize = 11; variable
517 desc.setComputedSize(textSize);

Completed in 147 milliseconds