Home
last modified time | relevance | path

Searched refs:hb (Results 1 - 25 of 55) sorted by relevance

123

/third_party/skia/third_party/externals/harfbuzz/src/
H A Dsample.py5 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 DHashCon.cpp181 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 DHashCon.h56 void PrintHashStat(CStdOutStream &so, const CHashBundle &hb);
/third_party/skia/third_party/externals/harfbuzz/test/api/
H A Dtest-c.c34 #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 Dtest-aat-layout.c25 #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 Dtest-ot-alternates.c25 #include "hb-test.h"
27 #include <hb.h>
28 #include <hb-ot.h>
H A Dtest-multithread.c28 #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 Dtest-baseline.c25 #include "hb-test.h"
27 #include <hb-ot.h>
29 /* Unit tests for hb-ot-layout.h baseline */
H A Dtest-font-scale.c27 #include "hb-test.h"
29 #include <hb.h>
H A Dtest-ot-face.c28 #include "hb-test.h"
30 #include <hb-aat.h>
31 #include <hb-ot.h>
33 /* Unit tests for hb-ot-*.h */
H A Dtest-ot-layout.c25 #include "hb-test.h"
27 #include <hb.h>
28 #include <hb-ot.h>
/third_party/node/deps/brotli/c/enc/
H A Dhash_composite_inc.h32 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 Dhash_composite_inc.h32 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 DHashGUI.h21 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 DExtractGUI.h32 CHashBundle *hb,
H A DExtractGUI.cpp177 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 Dafshaper.h28 #include <hb.h>
29 #include <hb-ot.h>
30 #include <hb-ft.h>
/third_party/musl/src/math/
H A Dfmal.c136 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 Dfmal.c136 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 DHashCalc.cpp439 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 DHashCalc.h122 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 Dtimer.c39 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 Dtimer.c42 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 Doptions.hh30 #include "hb.hh"
48 #include <hb.h>
49 #include <hb-ot.h>
/third_party/skia/third_party/externals/harfbuzz/test/fuzzing/
H A Dhb-fuzzer.hh1 #include <hb.h>

Completed in 9 milliseconds

123