HomeSort by relevance Sort by last modified time
    Searched refs:offsets (Results 101 - 125 of 356) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/chromium/chrome/browser/notifications/
balloon_collection_impl.cc 340 // Layout schemes that grow up from the bottom require offsets;
341 // schemes that grow down do not require offsets.
342 bool offsets = (placement_ == VERTICALLY_FROM_BOTTOM_LEFT || local
348 offsets = !offsets;
351 return offsets;
  /external/webkit/Source/ThirdParty/ANGLE/src/compiler/
localintermediate.h 15 int offsets[4]; member in struct:TVectorFields
  /external/webkit/Source/WebCore/platform/graphics/chromium/
ComplexTextControllerLinux.cpp 41 // Harfbuzz uses 26.6 fixed point values for pixel offsets. However, we don't
234 delete[] m_item.offsets;
244 m_item.offsets = new HB_FixedPoint[size];
262 memset(m_item.offsets, 0, size * sizeof(HB_FixedPoint));
306 double offsetX = truncateFixedPointToInteger(m_item.offsets[i].x);
  /external/webkit/Tools/iExploder/iexploder-1.7.2/src/
browser_harness.rb 230 (width, offsets) = @ie.parseSubTestData(subtest_data)
232 (width, offsets, lines) = combine_combo_creator(@ie.config['html_tags_per_page'], width, offsets)
233 return @ie.generateTestUrl(@ie.nextTestNum(), width, offsets)
  /frameworks/base/core/java/android/service/textservice/
SpellCheckerService.java 422 final int[] offsets = new int[querySize]; local
436 offsets[i] = item.mStart;
443 : "<none>") + ", offset = " + offsets[i] + ", length = "
447 return new SentenceSuggestionsInfo(reconstructedSuggestions, offsets, lengths);
  /external/apache-harmony/text/src/test/java/org/apache/harmony/text/tests/java/text/
CollationElementIteratorTest.java 46 int[] offsets = { 0, 1, 2, 3 }; local
49 assertEquals(offsets[i++], offset);
53 assertEquals(offsets[i++], offset);
  /external/chromium/base/
string_util.cc 836 const std::vector<OutStringType>& subst, std::vector<size_t>* offsets) {
864 if (offsets) {
881 if (offsets) {
884 offsets->push_back(i->offset);
892 std::vector<size_t>* offsets) {
893 return DoReplaceStringPlaceholders(format_string, subst, offsets);
898 std::vector<size_t>* offsets) {
899 return DoReplaceStringPlaceholders(format_string, subst, offsets);
905 std::vector<size_t> offsets;
908 string16 result = ReplaceStringPlaceholders(format_string, subst, &offsets);
    [all...]
  /external/chromium/chrome/browser/autocomplete/
history_quick_provider.cc 162 std::vector<size_t> offsets = local
166 UnescapeRule::SPACES, NULL, NULL, &offsets);
169 offsets);
  /external/freetype/src/cff/
cffload.c 294 FT_FREE( idx->offsets );
312 FT_FREE( idx->offsets );
326 if ( idx->count > 0 && idx->offsets == NULL )
337 if ( FT_NEW_ARRAY( idx->offsets, idx->count + 1 ) ||
342 poff = idx->offsets;
373 FT_FREE( idx->offsets );
395 if ( idx->offsets == NULL )
412 /* at this point, `idx->offsets' can't be NULL */
413 cur_offset = idx->offsets[0] - 1;
431 FT_ULong next_offset = idx->offsets[n] - 1
    [all...]
  /external/freetype/src/sfnt/
ttpost.c 360 table->offsets = offset_table;
446 FT_FREE( table->offsets );
551 idx += table->offsets[idx];
  /external/icu4c/test/intltest/
trnserr.cpp 134 errln("FAIL: The input string was modified though the offsets were out of bounds.");
265 virtual void handleTransliterate(Replaceable& ,UTransPosition& offsets,UBool) const {
266 offsets.start = offsets.limit;
  /external/icu4c/test/cintltst/
ncnvtst.c 163 int32_t offsets[] = {0x00, 0x00, 0x01, 0x01, 0x03, 0x03 }; local
170 expected, sizeof(expected), "ibm-1363", offsets , TRUE, U_ZERO_ERROR))
177 expected, sizeof(expected), "ibm-1363", offsets, TRUE, U_ZERO_ERROR))
193 int32_t offsets[] = {0,0,0,0,0,1,1,2,2,2,2,3,5 };
200 expected, sizeof(expected), "iso-2022-jp", offsets , TRUE, U_ZERO_ERROR))
218 static const int32_t offsets[] = {
230 expected, sizeof(expected), "iso-2022-cn", offsets , TRUE, U_ZERO_ERROR))
246 static const int32_t offsets[] = {-1, -1, -1, -1,
260 expected, sizeof(expected), "iso-2022-kr", offsets , TRUE, U_ZERO_ERROR))
278 static const int32_t offsets[] = {0,0,0,0 local
299 static const int32_t offsets[]={0x00, 0x00, 0x00, 0x01, 0x01, 0x02, local
378 static const int32_t offsets[] = { 0x00, 0x00}; local
600 static const int32_t offsets[] = { 0x00, 0x00, 0x00, 1}; local
1541 static const int32_t offsets[] = {0x00, 0x00, 0x01, 0x01, 0x03, 0x03 }; local
1717 static const int32_t offsets[] = {0,0,0,0, local
1754 int32_t offsets[]={0x00, 0x00, 0x00, 0x01, 0x01, 0x02, local
    [all...]
  /external/webkit/Source/WebCore/platform/text/
TextCodecICU.cpp 251 int TextCodecICU::decodeToBuffer(UChar* target, UChar* targetLimit, const char*& source, const char* sourceLimit, int32_t* offsets, bool flush, UErrorCode& err)
255 ucnv_toUnicode(m_converterICU, &target, targetLimit, &source, sourceLimit, offsets, flush, &err);
315 int32_t* offsets = NULL; local
319 int ucharsDecoded = decodeToBuffer(buffer, bufferLimit, source, sourceLimit, offsets, flush, err);
326 decodeToBuffer(buffer, bufferLimit, source, sourceLimit, offsets, true, err);
  /external/icu4c/common/
ucnv_ext.cpp 237 int32_t **offsets, int32_t srcIndex,
245 offsets, srcIndex,
255 offsets, srcIndex,
280 int32_t **offsets, int32_t srcIndex,
300 offsets, srcIndex,
395 &pArgs->offsets, srcIndex,
673 int32_t **offsets, int32_t srcIndex,
737 offsets, srcIndex,
749 int32_t **offsets, int32_t srcIndex,
774 offsets, srcIndex
    [all...]
unames.cpp 529 * expands them into offsets and lengths for each string.
534 * The offsets and lengths arrays must be at least 33 (one more) long because
539 uint16_t offsets[LINES_PER_GROUP+1], uint16_t lengths[LINES_PER_GROUP+1]) {
562 *offsets++=offset;
574 *offsets++=offset;
593 uint16_t offsets[LINES_PER_GROUP+2], lengths[LINES_PER_GROUP+2]; local
595 s=expandGroupLengths(s, offsets, lengths);
596 return expandName(names, s+offsets[lineNumber], lengths[lineNumber], nameChoice,
626 uint16_t offsets[LINES_PER_GROUP+2], lengths[LINES_PER_GROUP+2]; local
629 s=expandGroupLengths(s, offsets, lengths)
1366 uint16_t offsets[LINES_PER_GROUP+2], lengths[LINES_PER_GROUP+2]; local
2010 uint16_t offsets[LINES_PER_GROUP+1], lengths[LINES_PER_GROUP+1]; local
    [all...]
  /external/libvorbis/lib/
vorbisfile.c 503 if(vf->offsets)_ogg_free(vf->offsets);
507 vf->offsets=_ogg_malloc((vf->links+1)*sizeof(*vf->offsets));
514 vf->offsets[m+1]=end;
515 vf->offsets[m]=begin;
581 vf->offsets[m+1]=next;
645 vf->offsets[0]=0;
920 vf->offsets=_ogg_calloc(1,sizeof(*vf->offsets));
    [all...]
  /external/freetype/src/base/
ftrfork.c 154 FT_Long **offsets,
227 *offsets = offsets_internal;
362 FT_Long *offsets,
382 &(offsets[i]) );
827 FT_Long *offsets,
840 offsets[i] = 0;
  /bionic/libc/kernel/common/linux/
binder.h 100 const void *offsets; member in struct:binder_transaction_data::__anon274::__anon275
  /development/ndk/platforms/android-3/include/linux/
binder.h 97 const void *offsets; member in struct:binder_transaction_data::__anon962::__anon963
  /external/harfbuzz/src/
harfbuzz-shaper.cpp 398 item->offsets[gfrom+i].x = p.x;
399 item->offsets[gfrom+i].y = p.y;
401 item->offsets[gfrom+i].x = p.x - baseMetrics.xOffset;
402 item->offsets[gfrom+i].y = p.y - baseMetrics.yOffset;
1297 HB_FixedPoint *offsets = item->offsets; local
    [all...]
  /external/harfbuzz_ng/src/
hb-uniscribe.cc 295 ALLOCATE_ARRAY (GOFFSET, offsets, glyphs_size);
406 offsets + glyphs_offset,
454 info->var1.u32 = offsets[i].du;
455 info->var2.u32 = offsets[i].dv;
  /external/icu4c/i18n/
ucol_cnt.h 52 int32_t *offsets; member in struct:CntTable
  /external/kernel-headers/original/asm-x86/
thread_info_32.h 51 #include <asm/asm-offsets.h>
  /external/kernel-headers/original/linux/
binder.h 44 * between processes. The 'offsets' supplied as part of a binder transaction
45 * contains offsets into the data where these structures occur. The Binder
133 size_t offsets_size; /* number of bytes of offsets */
143 /* offsets from buffer to flat_binder_object structs */
144 const void *offsets; member in struct:binder_transaction_data::__anon9633::__anon9634
  /external/libvpx/
libvpx.mk 52 # ARM and x86 use an 'offsets' file in the assembly. It is generated by
81 # Extract the offsets from the inline assembly.

Completed in 2089 milliseconds

1 2 3 45 6 7 8 91011>>