Searched refs:int32_t (Results 101 - 125 of 6234) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/sfntly/cpp/src/sfntly/table/bitmap/
H A Dbitmap_size_table.h58 virtual int32_t SubDataSizeToSerialize();
60 virtual int32_t SubSerialize(WritableFontData* new_data);
70 int32_t IndexSubTableArrayOffset();
75 void SetIndexSubTableArrayOffset(int32_t offset);
81 int32_t IndexTableSize();
86 void SetIndexTableSize(int32_t size);
88 int32_t NumberOfIndexSubTables();
89 int32_t ColorRef();
92 int32_t StartGlyphIndex();
93 int32_t EndGlyphInde
[all...]
H A Dindex_sub_table_format1.h41 int32_t glyph_id_;
45 virtual int32_t NumGlyphs();
46 virtual int32_t GlyphLength(int32_t glyph_id);
47 virtual int32_t GlyphStartOffset(int32_t glyph_id);
52 virtual int32_t SubDataSizeToSerialize();
54 virtual int32_t SubSerialize(WritableFontData* new_data);
62 int32_t index_sub_table_offset,
63 int32_t first_glyph_inde
[all...]
H A Dindex_sub_table_format3.h40 int32_t glyph_id_;
44 virtual int32_t NumGlyphs();
45 virtual int32_t GlyphStartOffset(int32_t glyph_id);
46 virtual int32_t GlyphLength(int32_t glyph_id);
51 virtual int32_t SubDataSizeToSerialize();
53 virtual int32_t SubSerialize(WritableFontData* new_data);
59 int32_t index_sub_table_offset,
60 int32_t first_glyph_inde
[all...]
H A Dindex_sub_table_format5.h41 int32_t offset_index_;
44 virtual int32_t NumGlyphs();
45 virtual int32_t GlyphLength(int32_t glyph_id);
46 virtual int32_t GlyphStartOffset(int32_t glyph_id);
51 virtual int32_t SubDataSizeToSerialize();
53 virtual int32_t SubSerialize(WritableFontData* new_data);
55 int32_t ImageSize();
56 void SetImageSize(int32_t image_siz
[all...]
/external/chromium_org/third_party/sfntly/cpp/src/sfntly/
H A Dtag.cc26 const int32_t Tag::ttcf = TAG('t', 't', 'c', 'f');
27 const int32_t Tag::cmap = TAG('c', 'm', 'a', 'p');
28 const int32_t Tag::head = TAG('h', 'e', 'a', 'd');
29 const int32_t Tag::hhea = TAG('h', 'h', 'e', 'a');
30 const int32_t Tag::hmtx = TAG('h', 'm', 't', 'x');
31 const int32_t Tag::maxp = TAG('m', 'a', 'x', 'p');
32 const int32_t Tag::name = TAG('n', 'a', 'm', 'e');
33 const int32_t Tag::OS_2 = TAG('O', 'S', '/', '2');
34 const int32_t Tag::post = TAG('p', 'o', 's', 't');
35 const int32_t Ta
[all...]
/external/icu/icu4c/source/i18n/
H A Dgregoimp.h39 static int32_t floorDivide(int32_t numerator, int32_t denominator);
67 static int32_t floorDivide(double numerator, int32_t denominator,
68 int32_t& remainder);
142 static inline UBool isLeapYear(int32_t year);
150 static inline int8_t monthLength(int32_t year, int32_t month);
168 static double fieldsToDay(int32_t yea
[all...]
H A Dhebrwcal.h243 virtual void add(UCalendarDateFields field, int32_t amount, UErrorCode& status);
247 virtual void add(EDateFields field, int32_t amount, UErrorCode& status);
261 virtual void roll(UCalendarDateFields field, int32_t amount, UErrorCode& status);
272 * @deprecated ICU 2.6. Use roll(UCalendarDateFields field, int32_t amount, UErrorCode& status) instead.
274 virtual void roll(EDateFields field, int32_t amount, UErrorCode& status);
279 static UBool isLeapYear(int32_t year) ;
304 virtual int32_t handleGetLimit(UCalendarDateFields field, ELimitType limitType) const;
313 virtual int32_t handleGetMonthLength(int32_t extendedYear, int32_t mont
[all...]
/external/sfntly/cpp/src/sfntly/table/bitmap/
H A Dbitmap_size_table.h58 virtual int32_t SubDataSizeToSerialize();
60 virtual int32_t SubSerialize(WritableFontData* new_data);
70 int32_t IndexSubTableArrayOffset();
75 void SetIndexSubTableArrayOffset(int32_t offset);
81 int32_t IndexTableSize();
86 void SetIndexTableSize(int32_t size);
88 int32_t NumberOfIndexSubTables();
89 int32_t ColorRef();
92 int32_t StartGlyphIndex();
93 int32_t EndGlyphInde
[all...]
H A Dindex_sub_table_format1.h41 int32_t glyph_id_;
45 virtual int32_t NumGlyphs();
46 virtual int32_t GlyphLength(int32_t glyph_id);
47 virtual int32_t GlyphStartOffset(int32_t glyph_id);
52 virtual int32_t SubDataSizeToSerialize();
54 virtual int32_t SubSerialize(WritableFontData* new_data);
62 int32_t index_sub_table_offset,
63 int32_t first_glyph_inde
[all...]
H A Dindex_sub_table_format3.h40 int32_t glyph_id_;
44 virtual int32_t NumGlyphs();
45 virtual int32_t GlyphStartOffset(int32_t glyph_id);
46 virtual int32_t GlyphLength(int32_t glyph_id);
51 virtual int32_t SubDataSizeToSerialize();
53 virtual int32_t SubSerialize(WritableFontData* new_data);
59 int32_t index_sub_table_offset,
60 int32_t first_glyph_inde
[all...]
H A Dindex_sub_table_format5.h41 int32_t offset_index_;
44 virtual int32_t NumGlyphs();
45 virtual int32_t GlyphLength(int32_t glyph_id);
46 virtual int32_t GlyphStartOffset(int32_t glyph_id);
51 virtual int32_t SubDataSizeToSerialize();
53 virtual int32_t SubSerialize(WritableFontData* new_data);
55 int32_t ImageSize();
56 void SetImageSize(int32_t image_siz
[all...]
/external/sfntly/cpp/src/sfntly/
H A Dtag.cc26 const int32_t Tag::ttcf = TAG('t', 't', 'c', 'f');
27 const int32_t Tag::cmap = TAG('c', 'm', 'a', 'p');
28 const int32_t Tag::head = TAG('h', 'e', 'a', 'd');
29 const int32_t Tag::hhea = TAG('h', 'h', 'e', 'a');
30 const int32_t Tag::hmtx = TAG('h', 'm', 't', 'x');
31 const int32_t Tag::maxp = TAG('m', 'a', 'x', 'p');
32 const int32_t Tag::name = TAG('n', 'a', 'm', 'e');
33 const int32_t Tag::OS_2 = TAG('O', 'S', '/', '2');
34 const int32_t Tag::post = TAG('p', 'o', 's', 't');
35 const int32_t Ta
[all...]
/external/chromium_org/ppapi/api/
H A Dppb_graphics_3d.idl29 * int32_t attribs[] = {PP_GRAPHICS3DATTRIB_WIDTH, 800,
77 int32_t GetAttribMaxValue(
79 [in] int32_t attribute,
80 [out] int32_t value);
143 [in] int32_t[] attrib_list);
187 int32_t GetAttribs(
189 [inout] int32_t[] attrib_list);
207 int32_t SetAttribs(
209 [in] int32_t[] attrib_list);
233 int32_t GetErro
[all...]
/external/chromium_org/third_party/webrtc/modules/video_render/linux/
H A Dvideo_x11_channel.h32 VideoX11Channel(int32_t id);
36 virtual int32_t RenderFrame(const uint32_t streamId,
39 int32_t FrameSizeChange(int32_t width, int32_t height,
40 int32_t numberOfStreams);
41 int32_t DeliverFrame(const I420VideoFrame& videoFrame);
42 int32_t GetFrameSize(int32_t& width, int32_t
[all...]
/external/chromium_org/third_party/skia/tests/
H A DFitsInTest.cpp17 TEST(int32_t, 1, int8_t, true);
18 TEST(int32_t, -1, int8_t, true);
19 TEST(int32_t, (int32_t)(std::numeric_limits<int8_t>::max)(), int8_t, true);
20 TEST(int32_t, ((int32_t)(std::numeric_limits<int8_t>::max)())+1, int8_t, false);
21 TEST(int32_t, (int32_t)(std::numeric_limits<int8_t>::min)(), int8_t, true);
22 TEST(int32_t, (int32_t)((st
[all...]
/external/skia/tests/
H A DFitsInTest.cpp17 TEST(int32_t, 1, int8_t, true);
18 TEST(int32_t, -1, int8_t, true);
19 TEST(int32_t, (int32_t)(std::numeric_limits<int8_t>::max)(), int8_t, true);
20 TEST(int32_t, ((int32_t)(std::numeric_limits<int8_t>::max)())+1, int8_t, false);
21 TEST(int32_t, (int32_t)(std::numeric_limits<int8_t>::min)(), int8_t, true);
22 TEST(int32_t, (int32_t)((st
[all...]
/external/chromium_org/third_party/icu/source/i18n/
H A Dhebrwcal.h243 virtual void add(UCalendarDateFields field, int32_t amount, UErrorCode& status);
247 virtual void add(EDateFields field, int32_t amount, UErrorCode& status);
261 virtual void roll(UCalendarDateFields field, int32_t amount, UErrorCode& status);
272 * @deprecated ICU 2.6. Use roll(UCalendarDateFields field, int32_t amount, UErrorCode& status) instead.
274 virtual void roll(EDateFields field, int32_t amount, UErrorCode& status);
279 static UBool isLeapYear(int32_t year) ;
304 virtual int32_t handleGetLimit(UCalendarDateFields field, ELimitType limitType) const;
313 virtual int32_t handleGetMonthLength(int32_t extendedYear, int32_t mont
[all...]
/external/chromium_org/third_party/icu/source/i18n/unicode/
H A Dcoleitr.h70 * int32_t to ensure the correctness of the key value.
82 * int32_t order = c->next(success);
126 NULLORDER = (int32_t)0xffffffff
178 int32_t next(UErrorCode& status);
187 int32_t previous(UErrorCode& status);
195 static inline int32_t primaryOrder(int32_t order);
203 static inline int32_t secondaryOrder(int32_t order);
211 static inline int32_t tertiaryOrde
[all...]
/external/chromium_org/third_party/webrtc/modules/video_coding/codecs/interface/mock/
H A Dmock_video_codec_interface.h24 MOCK_METHOD3(Encoded, int32_t(EncodedImage& encodedImage,
31 MOCK_CONST_METHOD2(Version, int32_t(int8_t *version, int32_t length));
32 MOCK_METHOD3(InitEncode, int32_t(const VideoCodec* codecSettings,
33 int32_t numberOfCores,
35 MOCK_METHOD3(Encode, int32_t(const I420VideoFrame& inputImage,
39 int32_t(EncodedImageCallback* callback));
40 MOCK_METHOD0(Release, int32_t());
41 MOCK_METHOD0(Reset, int32_t());
42 MOCK_METHOD2(SetChannelParameters, int32_t(uint32_
[all...]
/external/chromium_org/third_party/icu/source/common/
H A Dutil.h43 static UnicodeString& appendNumber(UnicodeString& result, int32_t n,
44 int32_t radix = 10,
45 int32_t minDigits = 1);
76 // static int32_t quotedIndexOf(const UnicodeString& text,
77 // int32_t start, int32_t limit,
88 static int32_t skipWhitespace(const UnicodeString& str, int32_t& pos,
109 //? static int32_t skipWhitespace(const Replaceable& text,
110 //? int32_t po
[all...]
/external/chromium_org/third_party/sfntly/cpp/src/sfntly/data/
H A Dfont_data.h57 virtual int32_t Size() const;
64 virtual bool Bound(int32_t offset, int32_t length);
72 virtual bool Bound(int32_t offset);
79 virtual CALLER_ATTACH FontData* Slice(int32_t offset, int32_t length) = 0;
85 virtual CALLER_ATTACH FontData* Slice(int32_t offset) = 0;
88 virtual int32_t Length() const;
99 FontData(FontData* data, int32_t offset, int32_t lengt
[all...]
/external/icu/icu4c/source/common/
H A Dutil.h43 static UnicodeString& appendNumber(UnicodeString& result, int32_t n,
44 int32_t radix = 10,
45 int32_t minDigits = 1);
76 // static int32_t quotedIndexOf(const UnicodeString& text,
77 // int32_t start, int32_t limit,
88 static int32_t skipWhitespace(const UnicodeString& str, int32_t& pos,
109 //? static int32_t skipWhitespace(const Replaceable& text,
110 //? int32_t po
[all...]
/external/sfntly/cpp/src/sfntly/data/
H A Dfont_data.h57 virtual int32_t Size() const;
64 virtual bool Bound(int32_t offset, int32_t length);
72 virtual bool Bound(int32_t offset);
79 virtual CALLER_ATTACH FontData* Slice(int32_t offset, int32_t length) = 0;
85 virtual CALLER_ATTACH FontData* Slice(int32_t offset) = 0;
88 virtual int32_t Length() const;
99 FontData(FontData* data, int32_t offset, int32_t lengt
[all...]
/external/chromium_org/third_party/icu/source/common/unicode/
H A Dstringtriebuilder.h80 void createCompactBuilder(int32_t sizeGuess, UErrorCode &errorCode);
85 void build(UStringTrieBuildOption buildOption, int32_t elementsLength, UErrorCode &errorCode);
88 int32_t writeNode(int32_t start, int32_t limit, int32_t unitIndex);
90 int32_t writeBranchSubNode(int32_t start, int32_t limit, int32_t unitInde
[all...]
/external/icu/icu4c/source/common/unicode/
H A Dstringtriebuilder.h80 void createCompactBuilder(int32_t sizeGuess, UErrorCode &errorCode);
85 void build(UStringTrieBuildOption buildOption, int32_t elementsLength, UErrorCode &errorCode);
88 int32_t writeNode(int32_t start, int32_t limit, int32_t unitIndex);
90 int32_t writeBranchSubNode(int32_t start, int32_t limit, int32_t unitInde
[all...]

Completed in 8413 milliseconds

1234567891011>>