HomeSort by relevance Sort by last modified time
    Searched refs:iSize (Results 1 - 22 of 22) sorted by null

  /external/pdfium/core/fxge/android/
cfpf_skiapathfont.cpp 23 int32_t iSize = strlen(pPath);
24 m_pPath = FX_Alloc(char, iSize + 1);
25 memcpy(m_pPath, pPath, iSize * sizeof(char));
26 m_pPath[iSize] = 0;
cfpf_skiafontdescriptor.cpp 28 int32_t iSize = strlen(pFamily);
29 m_pFamily = FX_Alloc(char, iSize + 1);
30 memcpy(m_pFamily, pFamily, iSize * sizeof(char));
31 m_pFamily[iSize] = 0;
  /external/parameter-framework/upstream/xmlserializer/
XmlStreamDocSink.cpp 44 int iSize;
45 xmlDocDumpFormatMemoryEnc(xmlDocSource.getDoc(), &dumpedDoc, &iSize, "UTF-8", 1);
  /external/lz4/tests/
frametest.c 252 size_t iSize = compressedBufferSize - missingBytes;
259 CHECK_V(decResult, LZ4F_decompress(dCtx, op, &oSize, cBuff, &iSize, NULL));
265 cBuff += iSize;
266 iSize = decResult;
269 decResult = LZ4F_decompress(dCtx, op, &oSize, cBuff, &iSize, NULL);
278 size_t iSize = 0;
283 CHECK( LZ4F_decompress(dCtx, NULL, &oSize, ip, &iSize, NULL) );
309 iSize = 15 - iSize;
310 CHECK( LZ4F_getFrameInfo(dCtx, &fi, ip, &iSize) );
    [all...]
  /external/mesa3d/src/mesa/swrast/
s_points.c 193 GLint iSize = (GLint) (size + 0.5F);
198 iSize = MAX2(1, iSize);
199 iRadius = iSize / 2;
201 if (iSize & 1) {
212 xmax = xmin + iSize - 1;
214 ymax = ymin + iSize - 1;
409 GLint iSize = (GLint) (size + 0.5F);
413 iSize = MAX2(1, iSize);
    [all...]
  /external/pdfium/core/fpdfapi/font/
cpdf_cmap.cpp 453 int iSize = static_cast<int>(
455 if (iSize == 0)
456 iSize = 1;
457 str[iSize - 1] = static_cast<char>(charcode);
458 if (iSize > 1)
459 memset(str, 0, iSize - 1);
460 return iSize;
  /external/pdfium/fxjs/
cjs_util.cpp 83 const size_t iSize = params.size();
84 if (iSize < 1)
112 if (iIndex >= iSize) {
145 const size_t iSize = params.size();
146 if (iSize < 2)
190 if (iSize > 2 && pRuntime->ToBoolean(params[2]))
cjs_color.cpp 259 int iSize = params.size();
260 if (iSize < 2)
cjs_field.cpp     [all...]
  /external/swiftshader/third_party/PowerVR_SDK/Tools/
PVRTString.h 610 @param[in] iSize number of characters to return (excluding null character)
611 @return The leftmost 'iSize' characters of the string.
613 the null character) in a new CPVRTString. If iSize is
616 CPVRTString left(size_t iSize) const;
620 @param[in] iSize number of characters to return (excluding null character)
621 @return The rightmost 'iSize' characters of the string.
623 the null character) in a new CPVRTString. If iSize is
626 CPVRTString right(size_t iSize) const;
    [all...]
PVRTString.cpp     [all...]
  /external/pdfium/xfa/fxfa/parser/
cxfa_nodehelper.cpp 223 int32_t iSize = NodeAcc_TraverseSiblings(parent, dwHashName, &siblings,
225 for (int32_t i = 0; i < iSize; ++i) {
  /external/pdfium/fxjs/xfa/
cjx_object.cpp 639 size_t iSize = 0;
658 iSize = wsSaveTextArray.size();
660 if (iSize == 0) {
668 if (iDatas < iSize) {
669 size_t iAddNodes = iSize - iDatas;
680 } else if (iDatas > iSize) {
681 size_t iDelNodes = iDatas - iSize;
    [all...]
  /external/pdfium/core/fpdfapi/parser/
cpdf_data_avail.cpp 654 int32_t iSize = pdfium::CollectionSize<int32_t>(pageNode.m_ChildNodes);
655 if (iSize <= 0 || iPage >= iSize) {
659 for (int32_t i = 0; i < iSize; ++i) {
  /external/u-boot/drivers/fpga/
ivm_core.c 596 long int iSize = 0;
601 iSize |= ((long int) (cCurrentByte & 0x7F)) << cIndex;
604 iSize |= ((long int) (cCurrentByte & 0x7F)) << cIndex;
605 return iSize;
    [all...]
  /external/sqlite/dist/orig/
shell.c     [all...]
sqlite3.c     [all...]
  /external/sqlite/dist/
shell.c     [all...]
sqlite3.c     [all...]
  /external/pdfium/xfa/fxfa/
cxfa_widgetacc.cpp     [all...]
  /external/guice/extensions/persist/lib/
hsqldb.jar 
  /external/guice/extensions/struts2/lib/
struts2-core-2.2.1.jar 

Completed in 1232 milliseconds