/third_party/skia/third_party/externals/harfbuzz/src/ |
H A D | sample.py | 5 from gi.repository import HarfBuzz as hb namespace 12 blob = hb.glib_blob_create (GLib.Bytes.new (fontdata)) 13 face = hb.face_create (blob, 0) 15 font = hb.font_create (face) 16 upem = hb.face_get_upem (face) 18 hb.font_set_scale (font, upem, upem) 19 #hb.ft_font_set_funcs (font) 20 hb.ot_font_set_funcs (font) 22 buf = hb.buffer_create () 28 hb [all...] |
/third_party/lzma/CPP/7zip/UI/Console/ |
H A D | HashCon.cpp | 181 HRESULT CHashCallbackConsole::BeforeFirstFile(const CHashBundle &hb)
in BeforeFirstFile() argument 194 FOR_VECTOR (i, hb.Hashers)
in BeforeFirstFile() 197 const CHasherState &h = hb.Hashers[i];
in BeforeFirstFile() 218 PrintSeparatorLine(hb.Hashers);
in BeforeFirstFile() 307 HRESULT CHashCallbackConsole::SetOperationResult(UInt64 fileSize, const CHashBundle &hb, bool showHash)
in SetOperationResult() argument 320 PrintResultLine(fileSize, hb.Hashers, k_HashCalc_Index_Current, showHash, s);
in SetOperationResult() 323 PrintResultLine(fileSize, hb.Hashers, k_HashCalc_Index_Current, showHash);
in SetOperationResult() 371 void PrintHashStat(CStdOutStream &so, const CHashBundle &hb)
in PrintHashStat() argument 373 FOR_VECTOR (i, hb.Hashers)
in PrintHashStat() 375 const CHasherState &h = hb in PrintHashStat() 394 AfterLastFile(CHashBundle &hb) AfterLastFile() argument [all...] |
H A D | HashCon.h | 56 void PrintHashStat(CStdOutStream &so, const CHashBundle &hb);
|
/third_party/skia/third_party/externals/harfbuzz/test/api/ |
H A D | test-c.c | 34 #include <hb.h> 35 #include <hb-ot.h> 36 #include <hb-aat.h> 39 #include <hb-glib.h> 43 #include <hb-icu.h> 47 #include <hb-ft.h> 51 #include <hb-uniscribe.h> 55 #include <hb-coretext.h>
|
H A D | test-aat-layout.c | 25 #include "hb-test.h" 27 #include <hb.h> 28 #include <hb-ot.h> 29 #include <hb-aat.h> 31 /* Unit tests for hb-aat.h */
|
H A D | test-ot-alternates.c | 25 #include "hb-test.h" 27 #include <hb.h> 28 #include <hb-ot.h>
|
H A D | test-multithread.c | 28 #include <hb.h> 29 #include <hb-ft.h> 30 #include <hb-ot.h> 32 #include "hb-test.h" 152 /* Test hb-ft in multithread */ in main()
|
H A D | test-baseline.c | 25 #include "hb-test.h" 27 #include <hb-ot.h> 29 /* Unit tests for hb-ot-layout.h baseline */
|
H A D | test-font-scale.c | 27 #include "hb-test.h" 29 #include <hb.h>
|
H A D | test-ot-face.c | 28 #include "hb-test.h" 30 #include <hb-aat.h> 31 #include <hb-ot.h> 33 /* Unit tests for hb-ot-*.h */
|
H A D | test-ot-layout.c | 25 #include "hb-test.h" 27 #include <hb.h> 28 #include <hb-ot.h>
|
/third_party/node/deps/brotli/c/enc/ |
H A D | hash_composite_inc.h | 32 HASHER_B hb; member 66 FN_B(Initialize)(&self->hb_common, &self->hb, self->params); in Prepare() 69 FN_B(Prepare)(&self->hb, one_shot, input_size, data); in Prepare() 82 FN_B(Store)(&self->hb, data, mask, ix); in Store() 90 FN_B(StoreRange)(&self->hb, data, mask, ix_start, ix_end); in StoreRange() 99 FN_B(StitchToPreviousBlock)(&self->hb, num_bytes, position, in StitchToPreviousBlock() 106 FN_B(PrepareDistanceCache)(&self->hb, distance_cache); in PrepareDistanceCache() 120 FN_B(FindLongestMatch)(&self->hb, dictionary, data, ring_buffer_mask, in FindLongestMatch()
|
/third_party/skia/third_party/externals/brotli/c/enc/ |
H A D | hash_composite_inc.h | 32 HASHER_B hb; member 66 FN_B(Initialize)(&self->hb_common, &self->hb, self->params); in Prepare() 69 FN_B(Prepare)(&self->hb, one_shot, input_size, data); in Prepare() 82 FN_B(Store)(&self->hb, data, mask, ix); in Store() 90 FN_B(StoreRange)(&self->hb, data, mask, ix_start, ix_end); in StoreRange() 99 FN_B(StitchToPreviousBlock)(&self->hb, num_bytes, position, in StitchToPreviousBlock() 106 FN_B(PrepareDistanceCache)(&self->hb, distance_cache); in PrepareDistanceCache() 120 FN_B(FindLongestMatch)(&self->hb, dictionary, data, ring_buffer_mask, in FindLongestMatch()
|
/third_party/lzma/CPP/7zip/UI/GUI/ |
H A D | HashGUI.h | 21 void AddHashBundleRes(CPropNameValPairs &s, const CHashBundle &hb);
22 void AddHashBundleRes(UString &s, const CHashBundle &hb);
25 void ShowHashResults(const CHashBundle &hb, HWND hwnd);
|
H A D | ExtractGUI.h | 32 CHashBundle *hb,
|
H A D | ExtractGUI.cpp | 177 CHashBundle *hb,
in ExtractGUI() 289 extracter.HashBundle = hb;
in ExtractGUI() 167 ExtractGUI( CCodecs *codecs, const CObjectVector<COpenType> &formatIndices, const CIntVector &excludedFormatIndices, UStringVector &archivePaths, UStringVector &archivePathsFull, const NWildcard::CCensorNode &wildcardCensor, CExtractOptions &options, CHashBundle *hb, bool showDialog, bool &messageWasDisplayed, CExtractCallbackImp *extractCallback, HWND hwndParent) ExtractGUI() argument
|
/third_party/skia/third_party/externals/freetype/src/autofit/ |
H A D | afshaper.h | 28 #include <hb.h> 29 #include <hb-ot.h> 30 #include <hb-ft.h>
|
/third_party/musl/src/math/ |
H A D | fmal.c | 136 long double ha, hb, la, lb, p, q; in dd_mul() local 144 hb = b - p; in dd_mul() 145 hb += p; in dd_mul() 146 lb = b - hb; in dd_mul() 148 p = ha * hb; in dd_mul() 149 q = ha * lb + la * hb; in dd_mul()
|
/third_party/musl/porting/liteos_a/kernel/src/math/ |
H A D | fmal.c | 136 long double ha, hb, la, lb, p, q; in dd_mul() local 144 hb = b - p; in dd_mul() 145 hb += p; in dd_mul() 146 lb = b - hb; in dd_mul() 148 p = ha * hb; in dd_mul() 149 q = ha * lb + la * hb; in dd_mul()
|
/third_party/lzma/CPP/7zip/UI/Common/ |
H A D | HashCalc.cpp | 439 const CHashBundle &hb)
in WriteLine() 442 if (!hb.Hashers.IsEmpty())
in WriteLine() 443 methodName = hb.Hashers[0].Name;
in WriteLine() 446 AddHashResultLine(hashesString, hb.Hashers);
in WriteLine() 494 CHashBundle hb;
in HashCalc() local 495 RINOK(hb.SetMethods(EXTERNAL_CODECS_LOC_VARS options.Methods))
in HashCalc() 496 // hb.Init();
in HashCalc() 498 hb.NumErrors = dirItems.Stat.NumErrors;
in HashCalc() 518 RINOK(callback->BeforeFirstFile(hb))
in HashCalc() 565 hb in HashCalc() 435 WriteLine(CDynLimBuf &hashFileString, const CHashOptionsLocal &options, const UString &path, bool isDir, const CHashBundle &hb) WriteLine() argument 1775 CHashBundle hb; UpdateItems() local [all...] |
H A D | HashCalc.h | 122 virtual HRESULT BeforeFirstFile(const CHashBundle &hb) x \
125 virtual HRESULT SetOperationResult(UInt64 fileSize, const CHashBundle &hb, bool showHash) x \
126 virtual HRESULT AfterLastFile(CHashBundle &hb) x \
|
/third_party/node/deps/uv/src/ |
H A D | timer.c | 39 const struct heap_node* hb) { in timer_less_than() 44 b = container_of(hb, uv_timer_t, heap_node); in timer_less_than() 38 timer_less_than(const struct heap_node* ha, const struct heap_node* hb) timer_less_than() argument
|
/third_party/libuv/src/ |
H A D | timer.c | 42 const struct heap_node* hb) { in timer_less_than() 47 b = container_of(hb, uv_timer_t, heap_node); in timer_less_than() 41 timer_less_than(const struct heap_node* ha, const struct heap_node* hb) timer_less_than() argument
|
/third_party/skia/third_party/externals/harfbuzz/util/ |
H A D | options.hh | 30 #include "hb.hh" 48 #include <hb.h> 49 #include <hb-ot.h>
|
/third_party/skia/third_party/externals/harfbuzz/test/fuzzing/ |
H A D | hb-fuzzer.hh | 1 #include <hb.h>
|