Searched defs:LineInfo (Results 1 – 12 of 12) sorted by relevance
/external/mesa3d/src/mesa/swrast/ |
D | s_aaline.c | 42 struct LineInfo struct 44 GLfloat x0, y0; /* start */ 45 GLfloat x1, y1; /* end */ 46 GLfloat dx, dy; /* direction vector */ 47 GLfloat len; /* length */ 48 GLfloat halfWidth; /* half of line width */ 49 GLfloat xAdj, yAdj; /* X and Y adjustment for quad corners around line */ 51 GLfloat qx0, qy0; /* quad vertices */ 52 GLfloat qx1, qy1; 53 GLfloat qx2, qy2; [all …]
|
/external/chromium_org/third_party/mesa/src/src/mesa/swrast/ |
D | s_aaline.c | 42 struct LineInfo struct 44 GLfloat x0, y0; /* start */ 45 GLfloat x1, y1; /* end */ 46 GLfloat dx, dy; /* direction vector */ 47 GLfloat len; /* length */ 48 GLfloat halfWidth; /* half of line width */ 49 GLfloat xAdj, yAdj; /* X and Y adjustment for quad corners around line */ 51 GLfloat qx0, qy0; /* quad vertices */ 52 GLfloat qx1, qy1; 53 GLfloat qx2, qy2; [all …]
|
/external/llvm/tools/llvm-symbolizer/ |
D | LLVMSymbolize.cpp | 114 DILineInfo LineInfo; in symbolizeCode() local 146 DILineInfo LineInfo = InlinedContext.getFrame(i); in symbolizeInlinedCode() local 182 DILineInfo LineInfo = InlinedContext.getFrame(i); in symbolizeCode() local 187 DILineInfo LineInfo = Info->symbolizeCode(ModuleOffset, Opts); in symbolizeCode() local
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/line/ |
D | LineInfo.h | 33 LineInfo() in LineInfo() function
|
/external/llvm/lib/ExecutionEngine/IntelJITEvents/ |
D | IntelJITEventListener.cpp | 125 std::vector<LineNumberInfo> LineInfo; in NotifyFunctionEmitted() local 201 std::vector<LineNumberInfo> LineInfo; in NotifyObjectEmitted() local
|
/external/llvm/lib/ExecutionEngine/OProfileJIT/ |
D | OProfileJITEventListener.cpp | 117 std::vector<debug_line_info> LineInfo; in NotifyFunctionEmitted() local
|
/external/libedit/src/ |
D | el.c | 518 public const TYPE(LineInfo) * in TYPE() argument
|
D | histedit.h | 66 } LineInfo; typedef
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/ |
D | RenderBlock.h | 40 class LineInfo; variable
|
/external/llvm/include/llvm/Support/ |
D | GCOV.h | 415 StringMap<LineData> LineInfo; variable
|
/external/chromium_org/v8/src/ |
D | gdb-jit.cc | 899 class LineInfo : public Malloced { class 901 LineInfo() : pc_info_(10) {} in LineInfo() function in v8::internal::LineInfo
|
/external/clang/lib/Rewrite/Frontend/ |
D | RewriteModernObjC.cpp | 659 bool LineInfo) in RewriteModernObjC() 681 bool LineInfo) { in CreateModernObjCRewriter()
|