Searched refs:actualSize (Results 1 – 6 of 6) sorted by relevance
149 size_t actualSize = typeface->getTableData(tag, 0, tableSize, buffer); in harfbuzzSkiaReferenceTable() local150 if (tableSize != actualSize) { in harfbuzzSkiaReferenceTable()
552 size_t actualSize = (*me->mCallback)( in CallbackWrapper() local556 buffer->size = actualSize; in CallbackWrapper()558 if (actualSize > 0) { in CallbackWrapper()559 me->snoopWrite(buffer->raw, actualSize); in CallbackWrapper()
1776 size_t actualSize = (*me->mCallback)( in CallbackWrapper() local1780 if (actualSize == 0 && buffer->size > 0 && me->mNextOutput == NULL) { in CallbackWrapper()1785 actualSize = buffer->size; in CallbackWrapper()1788 buffer->size = actualSize; in CallbackWrapper()1906 size_t actualSize = in threadLoop() local1910 if (actualSize > 0) { in threadLoop()1911 sink->write(mBuffer, actualSize); in threadLoop()
1201 size_t actualSize; in test_read_header_and_entity() local1222 err = reader.ReadEntityHeader(&string, &actualSize); in test_read_header_and_entity()1232 if ((int)actualSize != bufSize) { in test_read_header_and_entity()1234 actualSize); in test_read_header_and_entity()
117 bool isValid(size_t actualSize) const;
68 bool InputMessage::isValid(size_t actualSize) const { in isValid()69 if (size() == actualSize) { in isValid()