OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:xtext
(Results
1 - 2
of
2
) sorted by null
/external/clang/tools/libclang/
CIndexCodeCompletion.cpp
[
all
...]
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/
FlameChart.js
799
var
xText
= Math.max(0, barX);
800
var widthText = barWidth - textPaddingLeft + barX -
xText
;
803
context.fillText(title,
xText
+ textPaddingLeft, textBaseHeight - entryLevels[entryIndex] * barHeight);
Completed in 596 milliseconds