HomeSort by relevance Sort by last modified time
    Searched refs:decorations (Results 1 - 18 of 18) sorted by null

  /dalvik/docs/
prettify.js 541 * function that takes source code and returns a list of decorations.
564 var decorations = [opt_basePos, PR_PLAIN]; variable
601 decorations.push(opt_basePos + pos, style);
606 return decorations;
630 var decorations = PR_MARKUP_LEXER(source);
631 for (var i = 0; i < decorations.length; i += 2) {
632 if (decorations[i + 1] === PR_SOURCE) {
634 start = decorations[i];
635 end = i + 2 < decorations.length ? decorations[i + 2] : source.length
    [all...]
  /external/webkit/Source/WebCore/rendering/svg/
SVGInlineTextBox.cpp 304 // Spec: All text decorations except line-through should be drawn before the text is filled and stroked; thus, the text is rendered on top of these decorations.
305 int decorations = style->textDecorationsInEffect(); local
306 if (decorations & UNDERLINE)
308 if (decorations & OVERLINE)
324 if (decorations & LINE_THROUGH)
  /external/webkit/Source/WebCore/rendering/
RenderObject.cpp     [all...]
RenderObject.h 607 void getTextDecorationColors(int decorations, Color& underline, Color& overline,
    [all...]
  /external/quake/quake/src/WinQuake/
vid_sunx.cpp 68 long decorations; member in struct:__anon14678
557 hints.decorations = 0; // Absolutely no decorations.
vid_sunxil.cpp 64 long decorations; member in struct:__anon14682
371 hints.decorations = 0; // Absolutely no decorations.
  /external/webkit/Source/WebCore/css/
CSSPropertyNames.in 285 -webkit-text-decorations-in-effect
  /external/webkit/Source/WebKit/chromium/src/
WebFrameImpl.cpp 1133 Vector<CompositionUnderline> decorations; local
    [all...]
  /build/tools/droiddoc/templates-sac/assets/js/
android_3p-bundle.js 754 * decorations to out.
756 * whose decorations are already present on out.
765 out.push.apply(out, job.decorations);
812 * function that takes source code and returns a list of decorations.
    [all...]
  /build/tools/droiddoc/templates-sdk/assets/js/
android_3p-bundle.js 754 * decorations to out.
756 * whose decorations are already present on out.
765 out.push.apply(out, job.decorations);
812 * function that takes source code and returns a list of decorations.
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/x11/
SDL_x11video.c 843 unsigned long decorations; member in struct:__anon13520
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.jface.text_3.6.1.r361_v20100825-0800.jar 
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar 
org.eclipse.jface_3.6.1.M20100825-0800.jar 
  /prebuilts/devtools/tools/lib/
org-eclipse-jface-3.6.2.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.jface_3.4.2.M20090107-0800.jar 
org.eclipse.jface_3.6.2.M20110210-1200.jar 
  /prebuilts/tools/common/m2/repository/com/android/external/eclipse/org-eclipse-jface/3.6.2/
org-eclipse-jface-3.6.2.jar 

Completed in 805 milliseconds