HomeSort by relevance Sort by last modified time
    Searched defs:highlight (Results 1 - 25 of 233) sorted by null

1 2 3 4 5 6 7 8 910

  /external/pdfium/fxjs/xfa/
cjx_button.cpp 27 void CJX_Button::highlight(CFXJSE_Value* pValue, function in class:CJX_Button
  /external/chromium-trace/catapult/common/py_vulcanize/third_party/rcssmin/docs/apidoc/
epydoc.js 140 function highlight(id) { function in function:function
142 if (elt) elt.className = "py-highlight-hdr";
144 if (elt) elt.className = "py-highlight";
146 if (elt) elt.className = "py-highlight";
185 highlight(id);
  /external/chromium-trace/catapult/common/py_vulcanize/third_party/rjsmin/docs/apidoc/
epydoc.js 140 function highlight(id) { function in function:function
142 if (elt) elt.className = "py-highlight-hdr";
144 if (elt) elt.className = "py-highlight";
146 if (elt) elt.className = "py-highlight";
185 highlight(id);
  /external/toybox/toys/other/
hexedit.c 99 static void highlight(int xx, int yy, int side) function
182 highlight(x, y, ro ? 3 : side);
189 highlight(x, y, 2);
209 highlight(x, y, side);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
cgitb.py 132 highlight = {} variable
134 highlight[lnum[0]] = 1
145 if i in highlight:
216 highlight = {} variable
218 highlight[lnum[0]] = 1
  /external/jacoco/org.jacoco.report/src/org/jacoco/report/internal/html/page/
SourceHighlighter.java 83 highlight(pre, line, lineNr).text(linesrc);
87 HTMLElement highlight(final HTMLElement pre, final ILine line, method in class:SourceHighlighter
  /external/python/cpython2/Lib/
cgitb.py 132 highlight = {} variable
134 highlight[lnum[0]] = 1
145 if i in highlight:
216 highlight = {} variable
218 highlight[lnum[0]] = 1
  /external/python/cpython3/Lib/
cgitb.py 131 highlight = {} variable
133 highlight[lnum[0]] = 1
144 if i in highlight:
214 highlight = {} variable
216 highlight[lnum[0]] = 1
  /prebuilts/gdb/darwin-x86/lib/python2.7/
cgitb.py 132 highlight = {} variable
134 highlight[lnum[0]] = 1
145 if i in highlight:
216 highlight = {} variable
218 highlight[lnum[0]] = 1
  /prebuilts/gdb/linux-x86/lib/python2.7/
cgitb.py 132 highlight = {} variable
134 highlight[lnum[0]] = 1
145 if i in highlight:
216 highlight = {} variable
218 highlight[lnum[0]] = 1
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
cgitb.py 132 highlight = {} variable
134 highlight[lnum[0]] = 1
145 if i in highlight:
216 highlight = {} variable
218 highlight[lnum[0]] = 1
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
cgitb.py 132 highlight = {} variable
134 highlight[lnum[0]] = 1
145 if i in highlight:
216 highlight = {} variable
218 highlight[lnum[0]] = 1
  /prebuilts/tools/common/m2/repository/xslthl/xslthl/2.0.1/
xslthl-2.0.1.jar 
  /external/jacoco/org.jacoco.report.test/src/org/jacoco/report/internal/html/page/
SourceHighlighterTest.java 111 sourceHighlighter.highlight(parent, source.getLine(1), 1);
121 sourceHighlighter.highlight(parent.pre(null), source.getLine(1), 1);
133 sourceHighlighter.highlight(parent.pre(null), source.getLine(1), 1);
145 sourceHighlighter.highlight(parent.pre(null), source.getLine(1), 1);
  /external/ImageMagick/MagickCore/
decorate.c 193 highlight,
262 highlight=matte;
263 highlight.red=(double) (QuantumScale*((QuantumRange-
265 highlight.green=(double) (QuantumScale*((QuantumRange-
267 highlight.blue=(double) (QuantumScale*((QuantumRange-
269 highlight.black=(double) (QuantumScale*((QuantumRange-
271 highlight.alpha=matte.alpha;
313 SetPixelViaPixelInfo(frame_image,&highlight,q);
328 SetPixelViaPixelInfo(frame_image,&highlight,q);
347 SetPixelViaPixelInfo(frame_image,&highlight,q)
189 highlight, local
    [all...]
  /external/skia/gm/
shapes_as_paths.cpp 41 SkBitmap highlight; local
42 highlight.allocN32Pixels(w, h);
43 highlight.eraseColor(SK_ColorTRANSPARENT);
60 *highlight.getAddr32(x, y) = SkPackARGB32(0xA0, 0xA0, 0x00, 0x00);
72 *highlight.getAddr32(maxDiffX, maxDiffY) = yellow;
73 *highlight.getAddr32(SkTMax(maxDiffX - 1, 0), maxDiffY) = yellow;
74 *highlight.getAddr32(maxDiffX, SkTMax(maxDiffY - 1, 0)) = yellow;
75 *highlight.getAddr32(SkTMin(maxDiffX + 1, w - 1), maxDiffY) = yellow;
76 *highlight.getAddr32(maxDiffX, SkTMin(maxDiffY + 1, h - 1)) = yellow;
79 canvas->drawBitmap(highlight, 0, 0)
    [all...]
  /external/skqp/gm/
shapes_as_paths.cpp 40 SkBitmap highlight; local
41 highlight.allocN32Pixels(w, h);
42 highlight.eraseColor(SK_ColorTRANSPARENT);
59 *highlight.getAddr32(x, y) = SkPackARGB32(0xA0, 0xA0, 0x00, 0x00);
71 *highlight.getAddr32(maxDiffX, maxDiffY) = yellow;
72 *highlight.getAddr32(SkTMax(maxDiffX - 1, 0), maxDiffY) = yellow;
73 *highlight.getAddr32(maxDiffX, SkTMax(maxDiffY - 1, 0)) = yellow;
74 *highlight.getAddr32(SkTMin(maxDiffX + 1, w - 1), maxDiffY) = yellow;
75 *highlight.getAddr32(maxDiffX, SkTMin(maxDiffY + 1, h - 1)) = yellow;
78 canvas->drawBitmap(highlight, 0, 0)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/gdiplus/
gdipluseffects.h 83 INT highlight; member in struct:LevelsParams
  /prebuilts/clang/host/darwin-x86/clang-4393122/share/clang/
clang-include-fixer.el 58 (defface clang-include-fixer-highlight '((t :background "green"))
240 Temporarily highlight the affected symbols. Asynchronously call
303 (mapcar #'clang-include-fixer--highlight .QuerySymbolInfos))))
334 (defun clang-include-fixer--highlight (symbol-info)
335 "Add an overlay to highlight SYMBOL-INFO, if it points to a non-empty range.
344 (overlay-put overlay 'face 'clang-include-fixer-highlight)
  /prebuilts/clang/host/darwin-x86/clang-4479392/share/clang/
clang-include-fixer.el 58 (defface clang-include-fixer-highlight '((t :background "green"))
240 Temporarily highlight the affected symbols. Asynchronously call
303 (mapcar #'clang-include-fixer--highlight .QuerySymbolInfos))))
334 (defun clang-include-fixer--highlight (symbol-info)
335 "Add an overlay to highlight SYMBOL-INFO, if it points to a non-empty range.
344 (overlay-put overlay 'face 'clang-include-fixer-highlight)
  /prebuilts/clang/host/darwin-x86/clang-4579689/share/clang/
clang-include-fixer.el 58 (defface clang-include-fixer-highlight '((t :background "green"))
245 Temporarily highlight the affected symbols. Asynchronously call
308 (mapcar #'clang-include-fixer--highlight .QuerySymbolInfos))))
339 (defun clang-include-fixer--highlight (symbol-info)
340 "Add an overlay to highlight SYMBOL-INFO, if it points to a non-empty range.
349 (overlay-put overlay 'face 'clang-include-fixer-highlight)
  /prebuilts/clang/host/darwin-x86/clang-4630689/share/clang/
clang-include-fixer.el 58 (defface clang-include-fixer-highlight '((t :background "green"))
245 Temporarily highlight the affected symbols. Asynchronously call
308 (mapcar #'clang-include-fixer--highlight .QuerySymbolInfos))))
339 (defun clang-include-fixer--highlight (symbol-info)
340 "Add an overlay to highlight SYMBOL-INFO, if it points to a non-empty range.
349 (overlay-put overlay 'face 'clang-include-fixer-highlight)
  /prebuilts/clang/host/darwin-x86/clang-4639204/share/clang/
clang-include-fixer.el 58 (defface clang-include-fixer-highlight '((t :background "green"))
245 Temporarily highlight the affected symbols. Asynchronously call
308 (mapcar #'clang-include-fixer--highlight .QuerySymbolInfos))))
339 (defun clang-include-fixer--highlight (symbol-info)
340 "Add an overlay to highlight SYMBOL-INFO, if it points to a non-empty range.
349 (overlay-put overlay 'face 'clang-include-fixer-highlight)
  /prebuilts/clang/host/darwin-x86/clang-4691093/share/clang/
clang-include-fixer.el 58 (defface clang-include-fixer-highlight '((t :background "green"))
245 Temporarily highlight the affected symbols. Asynchronously call
308 (mapcar #'clang-include-fixer--highlight .QuerySymbolInfos))))
339 (defun clang-include-fixer--highlight (symbol-info)
340 "Add an overlay to highlight SYMBOL-INFO, if it points to a non-empty range.
349 (overlay-put overlay 'face 'clang-include-fixer-highlight)
  /prebuilts/clang/host/linux-x86/clang-4393122/share/clang/
clang-include-fixer.el 58 (defface clang-include-fixer-highlight '((t :background "green"))
240 Temporarily highlight the affected symbols. Asynchronously call
303 (mapcar #'clang-include-fixer--highlight .QuerySymbolInfos))))
334 (defun clang-include-fixer--highlight (symbol-info)
335 "Add an overlay to highlight SYMBOL-INFO, if it points to a non-empty range.
344 (overlay-put overlay 'face 'clang-include-fixer-highlight)

Completed in 589 milliseconds

1 2 3 4 5 6 7 8 910