Home
last modified time | relevance | path

Searched defs:position (Results 626 - 650 of 935) sorted by relevance

1...<<21222324252627282930>>...38

/third_party/vk-gl-cts/external/openglcts/modules/gles31/
H A Des31cSeparateShaderObjsTests.cpp2246 const float position[] = { -1.0f, -1.0f, +1.0f, 1.0f, -1.0f, +1.0f, 0.0f, 1.0f, in iterate() local
2677 const float position[] = { -1.0f, -1.0f, +1.0f, 1.0f, -1.0f, +1.0f, 0.0f, 1.0f, in iterate() local
/third_party/skia/src/core/
H A DSkStream.cpp234 bool SkFILEStream::seek(size_t position) { in seek() argument
375 bool SkMemoryStream::seek(size_t position) { in seek() argument
943 size_t position = input->getPosition(); SkStreamCopy() local
[all...]
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/sample/sfview/
H A DViewableTaggedData.java167 public void tagField(int position, int width, int value, String alt, String label) { in tagField() argument
172 public void tagTarget(int position, int value, int targetPosition, String label) { in tagTarget() argument
473 markPosition(int position) markPosition() argument
506 drawLine(int position, int value, int width, String alt, String label) drawLine() argument
566 drawHeader(int position, String header) drawHeader() argument
717 final int position; global() field in ViewableTaggedData.Marker
719 Marker(int position) Marker() argument
800 Field(int position, int width, int value, String alt, String label) Field() argument
[all...]
/third_party/skia/third_party/externals/jinja2/
H A Dcompiler.py605 def position(self, node): member in CodeGenerator
/third_party/skia/third_party/externals/libgifcodec/
H A DSkGifImageReader.h171 void setTablePosition(size_t position) { in setTablePosition() argument
218 void addLzwBlock(size_t position, size_t size) in addLzwBlock() argument
/third_party/skia/third_party/externals/libpng/contrib/libtests/
H A Dpngunknown.c189 int position; /* position in pngtest.png */ member
893 check_handling(display *d, int def, png_uint_32 chunks, png_uint_32 known, png_uint_32 unknown, const char *position, int set_callback) check_handling() argument
/third_party/skia/third_party/externals/libwebp/src/enc/
H A Dbackward_references_cost_enc.c321 UpdateCost(CostManager* const manager, int i, int position, float cost) UpdateCost() argument
334 UpdateCostPerInterval(CostManager* const manager, int start, int end, int position, float cost) UpdateCostPerInterval() argument
419 InsertInterval(CostManager* const manager, CostInterval* const interval_in, float cost, int position, int start, int end) InsertInterval() argument
459 PushInterval(CostManager* const manager, double distance_cost, int position, int len) PushInterval() argument
[all...]
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dnumber_decimalquantity.cpp671 int position = safeSubtract(magnitude, scale); in roundToMagnitude() local
994 setDigitPos(int32_t position, int8_t value) setDigitPos() argument
[all...]
H A Dudat.cpp221 udat_format( const UDateFormat* format, UDate dateToFormat, UChar* result, int32_t resultLength, UFieldPosition* position, UErrorCode* status) udat_format() argument
259 udat_formatCalendar(const UDateFormat* format, UCalendar* calendar, UChar* result, int32_t resultLength, UFieldPosition* position, UErrorCode* status) udat_formatCalendar() argument
[all...]
/third_party/skia/src/ports/skia_ohos/
H A DFontConfig_ohos.cpp896 SkFontArguments::VariationPosition position; in getAxisValues() local
/third_party/skia/tests/
H A DSerializationTest.cpp404 const SkFontArguments::VariationPosition::Coordinate position[] = { in makeDistortableWithNonDefaultAxes() local
/third_party/skia/src/sksl/
H A DSkSLDSLParser.cpp204 PositionInfo DSLParser::position(Token t) { in position() function in SkSL::DSLParser
208 PositionInfo DSLParser::position(int line) { in position() function in SkSL::DSLParser
[all...]
/third_party/skia/third_party/externals/brotli/c/enc/
H A Dbackward_references_hq.c135 ZopfliCostModelSetFromCommands(ZopfliCostModel* self, size_t position, const uint8_t* ringbuffer, size_t ringbuffer_mask, const Command* commands, size_t num_commands, size_t last_insert_len) ZopfliCostModelSetFromCommands() argument
198 ZopfliCostModelSetFromLiteralCosts(ZopfliCostModel* self, size_t position, const uint8_t* ringbuffer, size_t ringbuffer_mask) ZopfliCostModelSetFromLiteralCosts() argument
616 ZopfliIterate(size_t num_bytes, size_t position, const uint8_t* ringbuffer, size_t ringbuffer_mask, const BrotliEncoderParams* params, const size_t gap, const int* dist_cache, const ZopfliCostModel* model, const uint32_t* num_matches, const BackwardMatch* matches, ZopfliNode* nodes) ZopfliIterate() argument
657 BrotliZopfliComputeShortestPath(MemoryManager* m, size_t num_bytes, size_t position, const uint8_t* ringbuffer, size_t ringbuffer_mask, ContextLut literal_context_lut, const BrotliEncoderParams* params, const int* dist_cache, Hasher* hasher, ZopfliNode* nodes) BrotliZopfliComputeShortestPath() argument
722 BrotliCreateZopfliBackwardReferences(MemoryManager* m, size_t num_bytes, size_t position, const uint8_t* ringbuffer, size_t ringbuffer_mask, ContextLut literal_context_lut, const BrotliEncoderParams* params, Hasher* hasher, int* dist_cache, size_t* last_insert_len, Command* commands, size_t* num_commands, size_t* num_literals) BrotliCreateZopfliBackwardReferences() argument
739 BrotliCreateHqZopfliBackwardReferences(MemoryManager* m, size_t num_bytes, size_t position, const uint8_t* ringbuffer, size_t ringbuffer_mask, ContextLut literal_context_lut, const BrotliEncoderParams* params, Hasher* hasher, int* dist_cache, size_t* last_insert_len, Command* commands, size_t* num_commands, size_t* num_literals) BrotliCreateHqZopfliBackwardReferences() argument
[all...]
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-ot-layout.cc1946 void hb_ot_map_t::position (const hb_ot_shape_plan_t *plan, hb_font_t *font, hb_buffer_t *buffer) const in position() function in hb_ot_map_t
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
H A DIceAssemblerX8632.h309 void nearLinkTo(const Assembler &Asm, intptr_t position) { in nearLinkTo() argument
H A DIceAssemblerX8664.h330 void nearLinkTo(const Assembler &Asm, intptr_t position) { in nearLinkTo() argument
/third_party/vixl/src/aarch32/
H A Ddisasm-aarch32.h208 PrintLabel(LocationType location_type, Location* offset, Location::Offset position) PrintLabel() argument
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
H A DMessageSchema.java4353 decodeMapEntryValue( byte[] data, int position, int limit, WireFormat.FieldType fieldType, Class<?> messageType, Registers registers) decodeMapEntryValue() argument
4421 decodeMapEntry( byte[] data, int position, int limit, MapEntryLite.Metadata<K, V> metadata, Map<K, V> target, Registers registers) decodeMapEntry() argument
4481 parseRepeatedField( T message, byte[] data, int position, int limit, int tag, int number, int wireType, int bufferPosition, long typeAndOffset, int fieldType, long fieldOffset, Registers registers) parseRepeatedField() argument
4658 parseMapField( T message, byte[] data, int position, int limit, int bufferPosition, long fieldOffset, Registers registers) parseMapField() argument
4685 parseOneofField( T message, byte[] data, int position, int limit, int tag, int number, int wireType, int typeAndOffset, int fieldType, long fieldOffset, int bufferPosition, Registers registers) parseOneofField() argument
4876 parseProto2Message( T message, byte[] data, int position, int limit, int endGroup, Registers registers) parseProto2Message() argument
5185 parseProto3Message( T message, byte[] data, int position, int limit, Registers registers) parseProto3Message() argument
5437 mergeFrom(T message, byte[] data, int position, int limit, Registers registers) mergeFrom() argument
[all...]
/third_party/rust/crates/regex/regex-syntax/src/hir/literal/
H A Dmod.rs911 fn position(needle: &[u8], mut haystack: &[u8]) -> Option<usize> { in position() functions
/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fTransformFeedbackTests.cpp593 const Attribute& position = *std::find_if(attributes.begin(), attributes.end(), AttributeNameEquals("a_position")); in genInputData() local
/third_party/vk-gl-cts/modules/glshared/
H A DglsTextureBufferCase.cpp169 tcu::Vec4 position; in shadeVertices() local
195 tcu::Vec4 position; in shadeVertices() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
H A DvktPipelineMultisampleShaderFragmentMaskTests.cpp77 tcu::Vec4 position; member
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/renderpass/
H A DvktRenderPassDitheringTests.cpp69 tcu::Vec4 position; member
H A DvktRenderPassUnusedAttachmentTests.cpp74 tcu::Vec4 position; member
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/spirv_assembly/
H A DvktSpvAsmPhysicalStorageBufferPointerTests.cpp438 tcu::Vec4 position; variable

Completed in 54 milliseconds

1...<<21222324252627282930>>...38