HomeSort by relevance Sort by last modified time
    Searched defs:covers (Results 1 - 11 of 11) sorted by null

  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
util.rb 151 def covers?( range )
161 range.covers?( self )
  /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;
  /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 () >= 0x00010002u && (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/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.text_3.5.0.v20100601-1300.jar 
org.eclipse.jface.text_3.6.1.r361_v20100825-0800.jar 
org.eclipse.pde.core_3.6.1.v20100902_r361.jar 
  /prebuilts/sdk/tools/lib/
dx.jar 

Completed in 257 milliseconds