Home
last modified time | relevance | path

Searched defs:range (Results 1151 - 1175 of 1831) sorted by relevance

1...<<41424344454647484950>>...74

/third_party/skia/src/effects/imagefilters/
H A DSkMorphologyImageFilter.cpp237 const char* range = uniformHandler->getUniformCStr(fRangeUni); in onMakeProgramImpl() local
187 Make( std::unique_ptr<GrFragmentProcessor> inputFP, GrSurfaceProxyView view, SkAlphaType srcAlphaType, MorphDirection dir, int radius, MorphType type, const float range[2]) Make() argument
308 GrMorphologyEffect(std::unique_ptr<GrFragmentProcessor> inputFP, GrSurfaceProxyView view, SkAlphaType srcAlphaType, MorphDirection direction, int radius, MorphType type, const float range[2]) GrMorphologyEffect() argument
366 apply_morphology_rect(skgpu::SurfaceFillContext* sfc, GrSurfaceProxyView view, SkAlphaType srcAlphaType, const SkIRect& srcRect, const SkIRect& dstRect, int radius, MorphType morphType, const float range[2], MorphDirection direction) apply_morphology_rect() argument
[all...]
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/sample/sfview/
H A DViewableTaggedData.java582 rangeTransition(Range range, boolean start) rangeTransition() argument
757 private final Range range; global() field in ViewableTaggedData.RangeStart
759 RangeStart(Range range) RangeStart() argument
777 private final Range range; global() field in ViewableTaggedData.RangeEnd
779 RangeEnd(Range range) RangeEnd() argument
[all...]
/third_party/skia/third_party/externals/spirv-cross/
H A Dspirv_cross.hpp130 size_t range; member
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dplurrule.cpp315 PluralRules::select(const number::FormattedNumberRange& range, UErrorCode& status) const { in select() argument
/third_party/skia/src/pdf/
H A DSkPDFGradientShader.cpp66 static void interpolate_color_code(SkScalar range, const ColorTuple& curColor, in interpolate_color_code() argument
576 make_ps_function(std::unique_ptr<SkStreamAsset> psCode, std::unique_ptr<SkPDFArray> domain, std::unique_ptr<SkPDFObject> range, SkPDFDocument* doc) make_ps_function() argument
/third_party/skia/src/ports/
H A DSkScalerContext_win_dw.cpp125 bool get_gasp_range(DWriteFontTypeface* typeface, int size, GaspRange* range) { in get_gasp_range() argument
170 static bool has_bitmap_strike(DWriteFontTypeface* typeface, GaspRange range) { in has_bitmap_strike() argument
[all...]
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/
H A DCommandBufferVk.cpp568 SubresourceRange range = in RecordCommands() local
611 SubresourceRange range = in RecordCommands() local
[all...]
H A DTextureVk.cpp167 BuildMemoryBarrier(const Texture* texture, wgpu::TextureUsage lastUsage, wgpu::TextureUsage usage, const SubresourceRange& range) BuildMemoryBarrier() argument
1056 TransitionUsageNow(CommandRecordingContext* recordingContext, wgpu::TextureUsage usage, const SubresourceRange& range) TransitionUsageNow() argument
1078 TransitionUsageAndGetResourceBarrier( wgpu::TextureUsage usage, const SubresourceRange& range, std::vector<VkImageMemoryBarrier>* imageBarriers, VkPipelineStageFlags* srcStages, VkPipelineStageFlags* dstStages) TransitionUsageAndGetResourceBarrier() argument
1101 TransitionUsageAndGetResourceBarrierImpl( wgpu::TextureUsage usage, const SubresourceRange& range, std::vector<VkImageMemoryBarrier>* imageBarriers, VkPipelineStageFlags* srcStages, VkPipelineStageFlags* dstStages) TransitionUsageAndGetResourceBarrierImpl() argument
1127 ClearTexture(CommandRecordingContext* recordingContext, const SubresourceRange& range, TextureBase::ClearValue clearValue) ClearTexture() argument
1270 EnsureSubresourceContentInitialized(CommandRecordingContext* recordingContext, const SubresourceRange& range) EnsureSubresourceContentInitialized() argument
[all...]
H A DDeviceVk.cpp692 SubresourceRange range = GetSubresourcesAffectedByCopy(*dst, copySizePixels); in CopyFromStagingToTexture() local
/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/
H A DDeviceD3D12.cpp504 SubresourceRange range = GetSubresourcesAffectedByCopy(*dst, copySizePixels); in CopyFromStagingToTexture() local
/third_party/skia/third_party/externals/dawn/src/dawn_native/opengl/
H A DCommandBufferGL.cpp655 SubresourceRange range = GetSubresourcesAffectedByCopy(dst, copy->copySize); in Execute() local
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-coretext.cc606 range_record_t *range = range_records.push (); in _hb_coretext_shape() local
820 range_record_t *range = last_range; in _hb_coretext_shape() local
990 CFRange range = CTRunGetStringRange (run); _hb_coretext_shape() local
[all...]
/third_party/skia/third_party/externals/icu/source/common/
H A Ducnvisci.cpp908 uint16_t range = 0; in UConverter_fromUnicode_ISCII_OFFSETS_LOGIC() local
[all...]
/third_party/protobuf/src/google/protobuf/compiler/
H A Dparser_unittest.cc2659 std::pair<SpanMap::iterator, SpanMap::iterator> range = HasSpanWithComment() local
[all...]
/third_party/protobuf/src/google/protobuf/compiler/python/
H A Dpython_generator.cc785 const Descriptor::ExtensionRange* range = in PrintDescriptor() local
/third_party/protobuf/python/google/protobuf/internal/
H A Dpython_message.py59 from six.moves import range namespace
/third_party/selinux/libsepol/src/
H A Dpolicydb_validate.c571 static int validate_mls_semantic_range(const mls_semantic_range_t *range, const validate_t *sens, const validate_t *cats) in validate_mls_semantic_range() argument
605 static int validate_mls_range(const mls_range_t *range, const validate_t *sens, const validate_t *cats) in validate_mls_range() argument
[all...]
/third_party/selinux/libsepol/cil/src/
H A Dcil_write_ast.c337 static void write_range(FILE *out, struct cil_levelrange *range, int print_name) in write_range() argument
441 struct cil_levelrange *range = (struct cil_levelrange *)arg->arg; write_call_args() local
[all...]
/third_party/rust/crates/regex/regex-syntax/src/ast/
H A Dparse.rs1111 let mut range = ast::RepetitionRange::Exactly(count_start); in parse_counted_repetition() variables
4732 fn range(span: Span, start: char, end: char) -> ast::ClassSetItem { parse_set_class() functions
[all...]
/third_party/rust/crates/regex/src/
H A Dre_bytes.rs43 pub fn range(&self) -> Range<usize> { in range() functions
H A Dre_unicode.rs51 pub fn range(&self) -> Range<usize> { in range() functions
/third_party/spirv-tools/source/opt/
H A Dir_context.cpp787 auto range = id_to_name_->equal_range(inst->GetSingleWordInOperand(0)); in RemoveFromIdToName() local
/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fNegativeStateApiTests.cpp384 GLint range[2]; in get_shader_precision_format() local
[all...]
/third_party/vk-gl-cts/modules/glshared/
H A DglsFboUtil.cpp378 const Range<GLenum> range = GLS_ARRAY_RANGE(s_cubeMapFaces); in glInit() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/renderpass/
H A DvktRenderPassSampleReadTests.cpp191 const VkImageSubresourceRange range = in createImageView() local

Completed in 42 milliseconds

1...<<41424344454647484950>>...74