Searched defs:hexagon (Results 1 - 5 of 5) sorted by relevance

/external/skia/gm/
H A Dconvexpolyclip.cpp106 SkPath hexagon; variable
116 hexagon.moveTo(point);
118 hexagon.lineTo(point);
121 fClips.addToTail()->setPath(hexagon); variable
125 hexagon.transform(scaleM);
126 fClips.addToTail()->setPath(hexagon); variable
/external/skqp/gm/
H A Dconvexpolyclip.cpp106 SkPath hexagon; variable
116 hexagon.moveTo(point);
118 hexagon.lineTo(point);
121 fClips.addToTail()->setPath(hexagon); variable
125 hexagon.transform(scaleM);
126 fClips.addToTail()->setPath(hexagon); variable
/external/clang/lib/Driver/
H A DTools.h206 namespace hexagon { namespace in namespace:clang::driver::tools
213 : GnuTool("hexagon::Assembler", "hexagon-as", TC) {}
227 Linker(const ToolChain &TC) : GnuTool("hexagon::Linker", "hexagon-ld", TC) {}
239 } // end namespace hexagon.
/external/llvm/include/llvm/ADT/
H A DTriple.h56 hexagon, // Hexagon: hexagon enumerator in enum:llvm::Triple::ArchType
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
H A DTriple.h56 hexagon, // Hexagon: hexagon enumerator in enum:llvm::Triple::ArchType

Completed in 171 milliseconds