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

/external/webkit/Source/WebCore/dom/
H A DCanvasSurface.cpp114 float hf = ceilf(logicalSize.height() * m_pageScaleFactor); local
116 if (!(wf >= 1 && hf >= 1 && wf * hf <= MaxCanvasArea))
119 return IntSize(static_cast<unsigned>(wf), static_cast<unsigned>(hf));
/external/chromium/chrome/common/
H A Dzip.cc109 HANDLE hf; member in struct:__anon2721
147 file_ret.hf = file;
/external/clang/test/SemaCXX/
H A Dcxx0x-deleted-default-ctor.cpp108 has_friend hf; variable
/external/openfst/src/include/fst/
H A Dbi-table.h136 size_t operator()(I k) const { return hf(ht_->Key2T(k)); }
139 H hf; member in class:fst::CompactHashBiTable::HashFunc
/external/zlib/src/contrib/minizip/
H A Diowin32.c38 HANDLE hf; member in struct:__anon16099
76 w32fiow.hf = hFile;
153 hFile = ((WIN32FILE_IOWIN*)stream) -> hf;
175 hFile = ((WIN32FILE_IOWIN*)stream) -> hf;
196 hFile = ((WIN32FILE_IOWIN*)stream) -> hf;
217 hFile = ((WIN32FILE_IOWIN*)stream)->hf;
244 hFile = ((WIN32FILE_IOWIN*)stream) -> hf;
281 hFile = ((WIN32FILE_IOWIN*)stream)->hf;
320 hFile = ((WIN32FILE_IOWIN*)stream) -> hf;
/external/chromium/net/tools/spdyshark/
H A Dpacket-spdy.c1022 int hf; local
1023 hf = frame_type == SPDY_SYN_STREAM ? hf_spdy_syn_stream : hf_spdy_syn_reply;
1024 ti = proto_tree_add_bytes(spdy_tree, hf, tvb,
1307 static hf_register_info hf[] = { local
1396 proto_register_field_array(proto_spdy, hf, array_length(hf));
/external/icu4c/test/intltest/
H A Dtranstst.cpp4542 Transliterator* hf = Transliterator::createInstance("Halfwidth-Fullwidth", UTRANS_FORWARD, parseError, status); local
4544 if (hf == 0 || fh == 0) {
4546 delete hf;
4553 // "hf"|"fh"|"both",
4568 expect(*hf, h, f);
4574 expect(*hf, h, f);
4579 delete hf;
/external/guava/guava/lib/
H A Djdiff.jarMETA-INF/ META-INF/MANIFEST.MF jdiff/ jdiff/API.class API.java package jdiff ...

Completed in 161 milliseconds