Home
last modified time | relevance | path

Searched refs:Markers (Results 1 – 13 of 13) sorted by relevance

/external/pdfium/third_party/agg23/
Dagg_conv_dash.h27 template<class VertexSource, class Markers = null_markers>
28 struct conv_dash : public conv_adaptor_vcgen<VertexSource, vcgen_dash, Markers> {
29 typedef Markers marker_type;
30 typedef conv_adaptor_vcgen<VertexSource, vcgen_dash, Markers> base_type;
32 conv_adaptor_vcgen<VertexSource, vcgen_dash, Markers>(vs) in conv_dash()
56 conv_dash(const conv_dash<VertexSource, Markers>&);
57 const conv_dash<VertexSource, Markers>&
58 operator = (const conv_dash<VertexSource, Markers>&);
Dagg_conv_adaptor_vcgen.h33 class Markers = null_markers> class conv_adaptor_vcgen
57 Markers& markers() in markers()
61 const Markers& markers() const in markers()
72 conv_adaptor_vcgen(const conv_adaptor_vcgen<VertexSource, Generator, Markers>&);
73 const conv_adaptor_vcgen<VertexSource, Generator, Markers>&
74 operator = (const conv_adaptor_vcgen<VertexSource, Generator, Markers>&);
77 Markers m_markers;
83 template<class VertexSource, class Generator, class Markers>
84 unsigned conv_adaptor_vcgen<VertexSource, Generator, Markers>::vertex(FX_FLOAT* x, FX_FLOAT* y) in vertex()
Dagg_conv_stroke.h27 template<class VertexSource, class Markers = null_markers>
29 public conv_adaptor_vcgen<VertexSource, vcgen_stroke, Markers> {
30 typedef Markers marker_type;
31 typedef conv_adaptor_vcgen<VertexSource, vcgen_stroke, Markers> base_type;
33 conv_adaptor_vcgen<VertexSource, vcgen_stroke, Markers>(vs) in conv_stroke()
105 conv_stroke(const conv_stroke<VertexSource, Markers>&);
106 const conv_stroke<VertexSource, Markers>&
107 operator = (const conv_stroke<VertexSource, Markers>&);
/external/sonivox/jet_tools/JetCreator/
DJetSegGraph.py109 self.Markers = []
129 self.Markers = []
142 self.Markers = []
173 … self.Markers.append(Marker(sEventType, iEventId, sName, sStartMbt, sEndMbt, iStartMeasure, ppqn))
178 for Marker in self.Markers:
231 for Marker in self.Markers:
237 for index, Marker in enumerate(self.Markers):
241 for index1, Marker1 in enumerate(self.Markers):
254 for index1, Marker1 in enumerate(self.Markers):
263 for Marker in self.Markers:
/external/llvm/lib/CodeGen/
DStackColoring.cpp286 SmallVector<MachineInstr*, 8> Markers; member in __anon379941c80111::StackColoring
542 Markers.push_back(&MI); in collectMarkers()
767 for (MachineInstr *MI : Markers) { in removeAllMarkers()
771 Markers.clear(); in removeAllMarkers()
989 Markers.clear(); in runOnMachineFunction()
DSafeStackColoring.cpp44 for (auto *I : Markers) { in removeAllMarkers()
78 Markers.push_back(UI); in collectMarkers()
DSafeStackColoring.h83 SmallVector<Instruction *, 8> Markers; variable
/external/swiftshader/third_party/LLVM/include/llvm/
DIntrinsics.td384 //===------------------------- Memory Use Markers -------------------------===//
/external/libjpeg-turbo/
DREADME-turbo.txt318 Restart Markers
DREADME.md321 Restart Markers
/external/llvm/include/llvm/IR/
DIntrinsics.td548 //===------------------------- Memory Use Markers -------------------------===//
/external/vulkan-validation-layers/layers/
Dvk_validation_error_database.txt1965 …or more information refer to Vulkan Spec Section '32.1.2. Command Buffer Markers' which states 'co…
1966 …or more information refer to Vulkan Spec Section '32.1.2. Command Buffer Markers' which states 'pM…
1967 …or more information refer to Vulkan Spec Section '32.1.2. Command Buffer Markers' which states 'co…
1968 …or more information refer to Vulkan Spec Section '32.1.2. Command Buffer Markers' which states 'Th…
1969 …or more information refer to Vulkan Spec Section '32.1.2. Command Buffer Markers' which states 'sT…
1970 …or more information refer to Vulkan Spec Section '32.1.2. Command Buffer Markers' which states 'pN…
1971 …or more information refer to Vulkan Spec Section '32.1.2. Command Buffer Markers' which states 'pM…
1972 …or more information refer to Vulkan Spec Section '32.1.2. Command Buffer Markers' which states 'Th…
1973 …or more information refer to Vulkan Spec Section '32.1.2. Command Buffer Markers' which states 'co…
1974 …or more information refer to Vulkan Spec Section '32.1.2. Command Buffer Markers' which states 'co…
[all …]
/external/llvm/docs/
DLangRef.rst11768 Memory Use Markers