Home
last modified time | relevance | path

Searched defs:Cursor (Results 1 – 22 of 22) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/src/Main/
DFrameBuffer.hpp77 struct Cursor struct in sw::FrameBuffer
79 void *image;
80 int x;
81 int y;
82 int width;
83 int height;
84 int hotspotX;
85 int hotspotY;
86 int positionX;
87 int positionY;
/third_party/gstreamer/gstplugins_bad/gst/vmnc/
Dvmncdec.h71 struct Cursor struct
73 enum CursorType type; argument
96 struct Cursor cursor; argument
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/pnacl-llvm/include/llvm/Bitcode/NaCl/
DNaClBitcodeParser.h118 explicit NaClBitcodeData(NaClBitstreamCursor &Cursor) in NaClBitcodeData()
165 NaClBitcodeBlock(unsigned BlockID, NaClBitstreamCursor &Cursor) in NaClBitcodeBlock()
381 ErrorHandler(NaClBitcodeParser *Parser, NaClBitstreamCursor &Cursor) in ErrorHandler()
395 explicit NaClBitcodeParser(NaClBitstreamCursor &Cursor) in NaClBitcodeParser()
567 NaClBitstreamCursor &Cursor) in NaClBitcodeParser()
DNaClBitstreamReader.h393 explicit ErrorHandler(NaClBitstreamCursor &Cursor) : Cursor(Cursor) {} in ErrorHandler()
/third_party/skia/experimental/sktext/editor/
DCursor.cpp11 Cursor::Cursor() { in Cursor() function in skia::editor::Cursor
/third_party/node/deps/npm/docs/src/components/home/
DTerminal.js64 const Cursor = styled.span` constant
/third_party/python/Lib/sqlite3/test/
Dregression.py197 class Cursor(sqlite.Cursor): class
238 class Cursor(sqlite.Cursor): class
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/MIRParser/
DMILexer.cpp35 class Cursor { class
40 Cursor(NoneType) {} in Cursor() function in __anon016a3aba0111::Cursor
42 explicit Cursor(StringRef Str) { in Cursor() function in __anon016a3aba0111::Cursor
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DIceCompileServer.cpp67 size_t Cursor = 0; member in Ice::__anonb86368f70111::TextDataStreamer
DIceAssembler.h212 uintptr_t Cursor; variable
DPNaClTranslator.cpp231 TopLevelParser(Ice::Translator &Translator, NaClBitstreamCursor &Cursor, in TopLevelParser()
670 NaClBitstreamCursor &Cursor) in BlockParserBaseClass()
1366 NaClBcIndexSize_t FcnId, NaClBitstreamCursor &Cursor) in FunctionParser()
3164 NaClBitstreamCursor &Cursor = Record.GetCursor(); in ParseBlock() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DInterferenceCache.h200 Cursor(const Cursor &O) { in Cursor() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DDataExtractor.h62 explicit Cursor(uint64_t Offset) : Offset(Offset), Err(Error::success()) {} in Cursor() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Bitstream/Reader/
DBitstreamReader.cpp67 static Expected<uint64_t> readAbbreviatedField(BitstreamCursor &Cursor, in readAbbreviatedField()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DDwarfCompileUnit.cpp681 DIExpressionCursor Cursor(Ops); in constructVariableDIEImpl() local
1197 DIExpressionCursor Cursor({}); in addAddress() local
1225 DIExpressionCursor Cursor(DIExpr); in addComplexAddress() local
DDwarfDebug.cpp2244 DIExpressionCursor Cursor(DIExpr); in emitDebugLocValue() local
DCodeViewDebug.cpp208 size_t Cursor = 0; in getFullFilepath() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DPlaceSafepoints.cpp413 Instruction *Cursor = nullptr; in findLocationForEntrySafepoint() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ProfileData/
DGCOV.h240 uint64_t Cursor = 0; variable
/third_party/skia/third_party/externals/sfntly/cpp/src/test/tinyxml/
Dtinyxmlparser.cpp177 const TiXmlCursor& Cursor() const { return cursor; } in Cursor() function in TiXmlParsingData
/third_party/flutter/skia/third_party/externals/sfntly/cpp/src/test/tinyxml/
Dtinyxmlparser.cpp177 const TiXmlCursor& Cursor() const { return cursor; } in Cursor() function in TiXmlParsingData
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp5364 BitstreamCursor Cursor, StringRef Strtab, ModuleSummaryIndex &TheIndex, in ModuleSummaryIndexBitcodeReader()