Searched refs:size_index (Results 1 - 12 of 12) sorted by relevance

/external/chromium_org/third_party/sfntly/cpp/src/sfntly/table/bitmap/
H A Deblc_table.cc116 int32_t size_index = 0; local
135 size_index, size_table_offset,
138 size_index++;
215 size_t size_index = 0; local
223 size_index++, size_builder_size, size_builder_size);
252 int32_t size_index = 0; local
258 fprintf(stderr, "size table = %d\n", size_index++);
/external/sfntly/cpp/src/sfntly/table/bitmap/
H A Deblc_table.cc116 int32_t size_index = 0; local
135 size_index, size_table_offset,
138 size_index++;
215 size_t size_index = 0; local
223 size_index++, size_builder_size, size_builder_size);
252 int32_t size_index = 0; local
258 fprintf(stderr, "size table = %d\n", size_index++);
/external/chromium_org/ash/wm/workspace/
H A Dsnap_sizer.h65 // Returns the target bounds based on the edge and the provided |size_index|.
67 gfx::Rect GetTargetBoundsForSize(size_t size_index) const;
H A Dsnap_sizer.cc229 gfx::Rect SnapSizer::GetTargetBoundsForSize(size_t size_index) const {
238 DCHECK(size_index < usable_width_.size());
239 width = usable_width_[size_index];
/external/chromium_org/third_party/freetype/include/freetype/internal/
H A Dftdriver.h61 FT_ULong size_index );
H A Dftobjs.h640 FT_ULong* size_index );
/external/compiler-rt/lib/asan/tests/
H A Dasan_noinst_test.cc447 for (size_t size_index = 0; size_index < 4; size_index++) {
448 free(Ident(malloc(kManyThreadsMallocSizes[size_index])));
/external/freetype/include/freetype/internal/
H A Dftdriver.h61 FT_ULong size_index );
H A Dftobjs.h640 FT_ULong* size_index );
/external/qemu/distrib/sdl-1.2.15/src/video/x11/
H A DSDL_x11sym.h206 SDL_X11_SYM(Status,XRRSetScreenConfig,(Display *dpy, XRRScreenConfiguration *config, Drawable draw, int size_index, Rotation rotation, Time timestamp),(dpy,config,draw,size_index,rotation,timestamp),return)
/external/chromium_org/third_party/freetype/src/base/
H A Dftobjs.c2510 FT_ULong* size_index )
2546 if ( size_index )
2547 *size_index = (FT_ULong)i;
/external/freetype/src/base/
H A Dftobjs.c2510 FT_ULong* size_index )
2546 if ( size_index )
2547 *size_index = (FT_ULong)i;

Completed in 1801 milliseconds