HomeSort by relevance Sort by last modified time
    Searched defs:sRet (Results 1 - 10 of 10) sorted by null

  /external/pdfium/fpdfsdk/src/fxedit/
fxet_ap.cpp 55 CFX_ByteTextBuf sRet;
62 sRet << "/" << sFontAlias << " " << fFontSize << " Tf\n";
65 return sRet.GetByteString();
195 CFX_ByteTextBuf sRet;
216 sRet << word.ptWord.x + ptOffset.x << " " << line.ptLine.y + line.fLineDescent
223 return sRet.GetByteString();
  /external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/java/security/spec/
ECPrivateKeySpec_ImplTest.java 152 BigInteger sRet = ks.getS();
154 assertEquals(s, sRet);
155 assertSame(s, sRet);
  /external/pdfium/fpdfsdk/src/pdfwindow/
PWL_Label.cpp 159 CFX_ByteTextBuf sRet;
164 sRet << "BT\n" << CPWL_Utils::GetColorAppStream(GetTextColor()) << sEdit << "ET\n";
167 return sRet.GetByteString();
PWL_FontMap.cpp 426 CFX_ByteString sRet = sFontName;
427 sRet.Remove(' ');
428 return sRet;
PWL_Edit.cpp 776 CFX_ByteTextBuf sRet;
781 sRet << "BT\n" << CPWL_Utils::GetColorAppStream(GetTextColor()) << sEdit << "ET\n";
784 return sRet.GetByteString();
  /external/pdfium/fpdfsdk/src/javascript/
JS_Runtime.cpp 324 CFX_WideString sRet = str;
325 sRet.Replace((FX_LPCWSTR)L"_", (FX_LPCWSTR)L".");
326 return sRet;
app.cpp 957 CFX_WideString sRet = L"/";
969 sRet += L"/";
973 sRet += c;
978 return sRet;
PublicMethods.cpp 916 CFX_WideString sRet = L"",sPart = L"";
1054 sRet += sPart;
1057 return sRet;
    [all...]
  /external/pdfium/core/src/fpdfdoc/
doc_ap.cpp 198 CFX_ByteTextBuf sRet;
202 sRet << "/" << sFontAlias << " " << fFontSize << " Tf\n";
205 return sRet.GetByteString();
    [all...]
  /hardware/qcom/media/mm-video-v4l2/vidc/vdec/src/
omx_vdec_hevc_swvdec.cpp     [all...]

Completed in 309 milliseconds