/third_party/skia/gm/ |
H A D | gradients_2pt_conical.cpp | 365 const int count = gGradCases[fGradCaseType].fCount; variable
|
H A D | texteffects.cpp | 151 static sk_sp<SkTextBlob> make_text(const SkFont& font, const SkGlyphID glyphs[], int count) { in make_text() argument 156 static sk_sp<SkTextBlob> make_posh(const SkFont& font, const SkGlyphID glyphs[], int count, in make_posh() argument 167 static sk_sp<SkTextBlob> make_pos(const SkFont& font, const SkGlyphID glyphs[], int count, in make_pos() argument 179 trim_with_halo(SkScalar intervals[], int count, SkScalar margin) trim_with_halo() argument 210 int count = blob->getIntercepts(yminmax, nullptr); draw_blob_adorned() local 244 const int count = font.countText(text, length, SkTextEncoding::kUTF8); DEF_SIMPLE_GM() local [all...] |
H A D | drawatlas.cpp | 137 int count = font.countText(text, length, SkTextEncoding::kUTF8); in draw_text_on_path() local
|
H A D | fontmgr.cpp | 92 int count = std::min(fm->countFamilies(), MAX_FAMILIES); variable 339 int count = std::min(fm->countFamilies(), 32); variable
|
H A D | typeface.cpp | 42 static void applyKerning(SkPoint pos[], const int32_t adjustments[], int count, in applyKerning() argument 30 getGlyphPositions(const SkFont& font, const uint16_t glyphs[], int count, SkScalar x, SkScalar y, SkPoint pos[]) getGlyphPositions() argument
|
/third_party/skia/modules/skparagraph/include/ |
H A D | Paragraph.h | 113 int count; member
|
/third_party/skia/modules/skunicode/src/ |
H A D | SkUnicode_client.cpp | 348 std::unique_ptr<SkBidiIterator> SkUnicode_client::makeBidiIterator(const uint16_t text[], int count, in makeBidiIterator() argument 352 makeBidiIterator(const char text[], int count, SkBidiIterator::Direction dir) makeBidiIterator() argument
|
/third_party/skia/experimental/sorttoy/ |
H A D | Fake.h | 68 int count() const { return fStack.size(); } in count() function in FakeMCBlob
|
/third_party/skia/modules/particles/src/ |
H A D | SkParticleEffect.cpp | 246 bool SkParticleEffect::setUniform(const char* name, const float* val, int count) { in setUniform() argument 326 void SkParticleEffect::runParticleScript(EntryPoint entryPoint, int start, int count) { in runParticleScript() argument
|
/third_party/skia/modules/skottie/src/animator/ |
H A D | VectorKeyframeAnimator.cpp | 24 static bool parse_array(const skjson::ArrayValue* ja, float* a, size_t count) { in parse_array() argument 111 size_t count = fVecLen; variable
|
/third_party/skia/modules/skparagraph/src/ |
H A D | Decorations.cpp | 146 size_t count = sizeof(intervals) / sizeof(intervals[0]); in ConvertDecorStyle() local 172 auto count = blob->GetIntercepts(bounds, nullptr, &paint); in calculateGaps() local
|
/third_party/skia/modules/canvaskit/ |
H A D | memory.js | |
/third_party/selinux/libsepol/tests/ |
H A D | test-ebitmap.c | 190 unsigned int bit, count; in test_ebitmap_set_and_get() local
|
/third_party/skia/bench/ |
H A D | DashBench.cpp | 41 DashBench(const SkScalar intervals[], int count, int width, in DashBench() argument 101 RectDashBench(const SkScalar intervals[], int count, int width) in RectDashBench() argument 122 int count = SkScalarRoundToInt((pts[1].fX - pts[0].fX) / (2*fWidth)); variable
|
/third_party/rust/crates/regex/src/ |
H A D | re_trait.rs | 83 fn count(self) -> usize { in count() functions
|
/third_party/selinux/libselinux/src/ |
H A D | setrans_client.c | 92 ssize_t count, expected; in send_request() local 141 ssize_t count; in receive_response() local [all...] |
/third_party/selinux/libsepol/src/ |
H A D | ebitmap.c | 233 unsigned int count = 0; in ebitmap_cardinality() local 543 uint32_t buf[3], mapsize, count, i; in ebitmap_read() local
|
/third_party/spirv-tools/source/opt/ |
H A D | def_use_manager.cpp | 189 uint32_t count = 0; in NumUsers() local 199 uint32_t count = 0; in NumUses() local [all...] |
H A D | eliminate_dead_output_stores_pass.cpp | 48 AnyLocsAreLive(uint32_t start, uint32_t count) AnyLocsAreLive() argument
|
H A D | scalar_analysis_simplification.cpp | 327 int64_t count = pair.second; in SimplifyPolynomial() local [all...] |
/third_party/spirv-tools/source/ |
H A D | table.h | 68 const uint32_t count; member 82 const uint32_t count; member 87 const uint32_t count; member 92 const uint32_t count; member 97 const uint32_t count; member
|
/third_party/spirv-tools/test/opt/ |
H A D | def_use_test.cpp | 42 uint32_t count = 0; in NumUses() local
|
/third_party/spirv-tools/test/ |
H A D | unit_spirv.h | 91 size_t count = 0; in PrintTo() local
|
/third_party/vk-gl-cts/modules/gles31/functional/ |
H A D | es31fSeparateShaderTests.cpp | 279 int count; member [all...] |
H A D | es31fUniformLocationTests.cpp | 160 const int count = to - from; in shuffledRange() local [all...] |