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

1 2 3 4 5 6 7 8 91011>>

  /external/sfntly/cpp/src/sfntly/
tag.h 29 static const int32_t ttcf;
33 static const int32_t cmap;
34 static const int32_t head;
35 static const int32_t hhea;
36 static const int32_t hmtx;
37 static const int32_t maxp;
38 static const int32_t name;
39 static const int32_t OS_2;
40 static const int32_t post;
43 static const int32_t cvt
    [all...]
  /external/icu/icu4c/source/test/cintltst/
ccaltst.h 58 static void testZones(int32_t, int32_t, int32_t, int32_t, int32_t, int32_t);
76 static void checkDate(UCalendar* c, int32_t y, int32_t m, int32_t d);
78 static void checkDateTime(UCalendar* c, int32_t y, int32_t m, int32_t d,
    [all...]
  /external/sfntly/cpp/src/sfntly/data/
byte_array.h 35 int32_t Length();
40 int32_t Size();
45 int32_t SetFilledLength(int32_t filled_length);
50 virtual int32_t Get(int32_t index);
58 virtual int32_t Get(int32_t index, ByteVector* b);
68 virtual int32_t Get(int32_t index
    [all...]
writable_font_data.h 38 static CALLER_ATTACH WritableFontData* CreateWritableFontData(int32_t length);
51 virtual int32_t WriteByte(int32_t index, byte_t b);
60 virtual int32_t WriteBytes(int32_t index,
62 int32_t offset,
63 int32_t length);
70 virtual int32_t WriteBytes(int32_t index, ByteVector* b);
82 virtual int32_t WriteBytesPad(int32_t index
    [all...]
readable_font_data.h 75 virtual int32_t ReadUByte(int32_t index);
81 virtual int32_t ReadByte(int32_t index);
90 virtual int32_t ReadBytes(int32_t index,
92 int32_t offset,
93 int32_t length);
99 virtual int32_t ReadChar(int32_t index)
    [all...]
  /external/icu/icu4c/source/tools/toolutil/
denseranges.h 34 U_CAPI int32_t U_EXPORT2
35 uprv_makeDenseRanges(const int32_t values[], int32_t length,
36 int32_t density,
37 int32_t ranges[][2], int32_t capacity);
  /cts/tests/tests/opengl/libopengltest/
types.h 19 int32_t mShaderError;
20 int32_t mShaderCount;
21 int32_t mProgramError;
  /prebuilts/ndk/5/platforms/android-9/arch-arm/usr/include/android/
rect.h 26 int32_t left;
27 int32_t top;
28 int32_t right;
29 int32_t bottom;
  /prebuilts/ndk/6/platforms/android-9/arch-arm/usr/include/android/
rect.h 26 int32_t left;
27 int32_t top;
28 int32_t right;
29 int32_t bottom;
  /prebuilts/ndk/6/platforms/android-9/arch-x86/usr/include/android/
rect.h 26 int32_t left;
27 int32_t top;
28 int32_t right;
29 int32_t bottom;
  /prebuilts/ndk/7/platforms/android-14/arch-arm/usr/include/android/
rect.h 26 int32_t left;
27 int32_t top;
28 int32_t right;
29 int32_t bottom;
  /prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/android/
rect.h 26 int32_t left;
27 int32_t top;
28 int32_t right;
29 int32_t bottom;
  /prebuilts/ndk/7/platforms/android-9/arch-arm/usr/include/android/
rect.h 26 int32_t left;
27 int32_t top;
28 int32_t right;
29 int32_t bottom;
  /prebuilts/ndk/7/platforms/android-9/arch-x86/usr/include/android/
rect.h 26 int32_t left;
27 int32_t top;
28 int32_t right;
29 int32_t bottom;
  /external/sfntly/cpp/src/sfntly/table/bitmap/
bitmap_glyph_info.h 37 BitmapGlyphInfo(int32_t glyph_id,
38 int32_t block_offset,
39 int32_t start_offset,
40 int32_t length,
41 int32_t format);
49 BitmapGlyphInfo(int32_t glyph_id,
50 int32_t start_offset,
51 int32_t length,
52 int32_t format);
54 int32_t glyph_id() const { return glyph_id_;
    [all...]
  /external/sfntly/cpp/src/sfntly/table/core/
maximum_profile_table.h 43 int32_t TableVersion();
44 void SetTableVersion(int32_t version);
45 int32_t NumGlyphs();
46 void SetNumGlyphs(int32_t num_glyphs);
47 int32_t MaxPoints();
48 void SetMaxPoints(int32_t max_points);
49 int32_t MaxContours();
50 void SetMaxContours(int32_t max_contours);
51 int32_t MaxCompositePoints();
52 void SetMaxCompositePoints(int32_t max_composite_points)
    [all...]
  /external/icu/icu4c/source/test/perf/unisetperf/draft/
unicont.h 25 virtual int32_t span(const UChar *s, int32_t length);
27 virtual int32_t spanNot(const UChar *s, int32_t length);
29 virtual int32_t spanUTF8(const UChar *s, int32_t length);
31 virtual int32_t spanNotUTF8(const UChar *s, int32_t length);
  /external/skia/tests/
CanvasStateHelpers.h 23 float right, float bottom, int32_t spacer);
32 float left, float top, float right, float bottom, int32_t spacer);
38 void complex_clips_draw(SkCanvas* canvas, int32_t left, int32_t top,
39 int32_t right, int32_t bottom, int32_t clipOp, const SkRegion& localRegion);
48 int32_t left, int32_t top, int32_t right, int32_t bottom, int32_t clipOp
    [all...]
  /development/ndk/platforms/android-14/include/android/
rect.h 29 typedef int32_t value_type;
31 int32_t left;
32 int32_t top;
33 int32_t right;
34 int32_t bottom;
  /development/ndk/platforms/android-16/include/android/
rect.h 29 typedef int32_t value_type;
31 int32_t left;
32 int32_t top;
33 int32_t right;
34 int32_t bottom;
  /development/ndk/platforms/android-9/include/android/
rect.h 29 typedef int32_t value_type;
31 int32_t left;
32 int32_t top;
33 int32_t right;
34 int32_t bottom;
  /external/skia/src/codec/
SkGifInterlaceIter.h 16 explicit SkGifInterlaceIter(int32_t height);
21 int32_t nextY();
30 const int32_t fHeight;
31 int32_t fCurrY;
32 int32_t fDeltaY;
  /frameworks/native/include/android/
rect.h 29 typedef int32_t value_type;
31 int32_t left;
32 int32_t top;
33 int32_t right;
34 int32_t bottom;
  /prebuilts/ndk/8/platforms/android-14/arch-arm/usr/include/android/
rect.h 29 typedef int32_t value_type;
31 int32_t left;
32 int32_t top;
33 int32_t right;
34 int32_t bottom;
  /prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/android/
rect.h 29 typedef int32_t value_type;
31 int32_t left;
32 int32_t top;
33 int32_t right;
34 int32_t bottom;

Completed in 1293 milliseconds

1 2 3 4 5 6 7 8 91011>>