Searched defs:hf (Results 1 - 3 of 3) sorted by relevance

/external/zlib/contrib/minizip/
H A Diowin32.c61 HANDLE hf; member in struct:__anon6238
106 w32fiow.hf = hFile;
126 hFile = ((WIN32FILE_IOWIN*)stream) -> hf;
149 hFile = ((WIN32FILE_IOWIN*)stream) -> hf;
170 hFile = ((WIN32FILE_IOWIN*)stream) -> hf;
197 hFile = ((WIN32FILE_IOWIN*)stream) -> hf;
236 hFile = ((WIN32FILE_IOWIN*)stream) -> hf;
/external/webkit/WebCore/html/
H A DHTMLCanvasElement.cpp303 float hf = ceilf(logicalSize.height() * pageScaleFactor); local
305 if (!(wf >= 1 && hf >= 1 && wf * hf <= MaxCanvasArea))
308 return IntSize(static_cast<unsigned>(wf), static_cast<unsigned>(hf));
/external/icu4c/test/intltest/
H A Dtranstst.cpp4531 Transliterator* hf = Transliterator::createInstance("Halfwidth-Fullwidth", UTRANS_FORWARD, parseError, status); local
4533 if (hf == 0 || fh == 0) {
4535 delete hf;
4542 // "hf"|"fh"|"both",
4557 expect(*hf, h, f);
4563 expect(*hf, h, f);
4568 delete hf;

Completed in 75 milliseconds