HomeSort by relevance Sort by last modified time
    Searched refs:covers (Results 1 - 25 of 36) sorted by null

1 2

  /external/pdfium/core/src/fxge/agg/agg23/
agg_renderer_scanline.h 56 const typename Scanline::cover_type* covers = span->covers; local
64 covers += xmin - x;
76 solid ? 0 : covers,
77 *covers);
agg_scanline_u.h 38 cover_type* covers; member in struct:agg::scanline_u::span
79 m_cur_span->covers = m_covers + x;
83 void add_cells(int x, unsigned len, const CoverT* covers)
86 FXSYS_memcpy(m_covers + x, covers, len * sizeof(CoverT));
93 m_cur_span->covers = m_covers + x;
107 m_cur_span->covers = m_covers + x;
agg_renderer_base.h 134 const cover_type* covers)
147 covers += xmin() - x;
156 m_ren->blend_solid_hspan(x, y, len, c, covers);
agg_pixfmt_gray.h 155 const int8u* covers)
160 calc_type alpha = (calc_type(c.a) * (calc_type(*covers) + 1)) >> 8;
164 Blender::blend_pix(p, c.v, alpha, *covers);
167 ++covers;
fx_agg_driver.cpp 101 span->covers);
105 *(span->covers));
    [all...]
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
util.rb 151 def covers?( range )
161 range.covers?( self )
streams.rb 42 This documentation first covers the general concept of streams as used by ANTLR
    [all...]
  /dalvik/dexgen/src/com/android/dexgen/rop/
ByteCatchList.java 108 if (one.covers(pc) && typeNotFound(one, resultArr, resultSz)) {
311 * @return {@code true} iff this item covers {@code pc}
313 public boolean covers(int pc) { method in class:ByteCatchList.Item
  /dalvik/dx/src/com/android/dx/cf/code/
ByteCatchList.java 108 if (one.covers(pc) && typeNotFound(one, resultArr, resultSz)) {
311 * @return {@code true} iff this item covers {@code pc}
313 public boolean covers(int pc) { method in class:ByteCatchList.Item
  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-ot-layout-gdef-table.hh 275 inline bool covers (unsigned int set_index, hb_codepoint_t glyph_id) const function in struct:OT::MarkGlyphSetsFormat1
294 inline bool covers (unsigned int set_index, hb_codepoint_t glyph_id) const function in struct:OT::MarkGlyphSets
297 case 1: return u.format1.covers (set_index, glyph_id);
365 { return version.to_int () >= 0x00010002 && (this+markGlyphSetsDef[0]).covers (set_index, glyph_id); }
  /external/harfbuzz_ng/src/
hb-ot-layout-gdef-table.hh 275 inline bool covers (unsigned int set_index, hb_codepoint_t glyph_id) const function in struct:OT::MarkGlyphSetsFormat1
294 inline bool covers (unsigned int set_index, hb_codepoint_t glyph_id) const function in struct:OT::MarkGlyphSets
297 case 1: return u.format1.covers (set_index, glyph_id);
365 { return version.to_int () >= 0x00010002u && (this+markGlyphSetsDef[0]).covers (set_index, glyph_id); }
  /external/chromium_org/extensions/renderer/resources/
app_runtime_custom_bindings.js 50 // Default case. This currently covers an onLaunched corresponding to
  /external/chromium_org/v8/test/mjsunit/compiler/
regress-3249650.js 28 // Among other things, this code covers the case of deoptimization
  /external/chromium_org/v8/test/mjsunit/
cyrillic.js 103 // Test range that covers both greek and cyrillic characters.
122 // A range that covers the lower case greek letters and the upper case cyrillic
181 // A range that covers both ASCII and non-ASCII.
  /system/media/camera/docs/
metadata_helpers.py 683 if entry.hwlevel != 'legacy': # covers any of (None, 'limited', 'full')
724 " That covers multiple lines as well\n"
731 " * <p>That covers multiple lines as well</p>\n" +
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
WrapInRefactoring.java 379 if (deletion.covers(newline)) {
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/streams/
rewrite.rb 228 if location.covers?( prior_location )
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/host/chrome/
expanding_braille_translator.js 157 * Expands a position to a range that covers the consecutive range of
  /external/libunwind/doc/
libunwind-dynamic.tex 229 negative value indicates that the region covers the last \emph{N}
250 \Prog{libunwind} knows that the region covers the end of the procedure
  /external/chromium_org/chrome/common/extensions/docs/examples/api/downloads/download_manager/
popup.js 50 // This only covers {timeLeft,openWhenComplete}{Finishing,Days}. If
  /external/chromium_org/third_party/x86inc/
x86inc.asm 119 ; covers most of x264's asm.
  /external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
Antlr.Runtime.Tools.pas 780 // Knuth covers it well enough in Vol III. 6.4.; but beware, Algorithm R
  /external/chromium_org/third_party/libvpx/source/libvpx/third_party/x86inc/
x86inc.asm 197 ; covers most of x264's asm.
  /external/chromium_org/third_party/libyuv/source/
x86inc.asm 102 ; covers most of x264's asm.
  /external/chromium_org/ui/file_manager/file_manager/foreground/js/metadata/
metadata_cache.js 122 // DriveProvider should be prior to FileSystemProvider, because it covers

Completed in 4165 milliseconds

1 2