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

  /external/mesa3d/src/mesa/state_tracker/
st_format.c 2014 enum pipe_format pformat; member in struct:exact_format_mapping
2419 enum pipe_format pformat = st_choose_format(st, local
    [all...]
  /external/pdfium/xfa/fxfa/parser/
cxfa_localevalue.cpp 115 auto pFormat = pdfium::MakeUnique<CFGAS_FormatString>(m_pLocaleMgr);
117 pFormat->SplitFormatString(wsPattern, &wsPatterns);
124 switch (ValueCategory(pFormat->GetCategory(wsFormat), m_dwType)) {
126 bRet = pFormat->ParseNull(wsValue, wsFormat);
131 bRet = pFormat->ParseZero(wsValue, wsFormat);
137 bRet = pFormat->ParseNum(wsValue, wsFormat, &fNum);
139 bRet = pFormat->FormatNum(wsValue, wsFormat, &wsOutput);
143 bRet = pFormat->ParseText(wsValue, wsFormat, &wsOutput);
146 bRet = pFormat->FormatText(wsValue, wsFormat, &wsOutput);
152 bRet = pFormat->ParseDateTime(wsValue, wsFormat, FX_DATETIMETYPE_Date
    [all...]
  /device/google/marlin/camera/QCamera2/HAL3/
QCamera3Channel.cpp 638 int pFormat;
641 pFormat = atoi(prop);
642 if (pFormat == 1) {
657 int pFormat;
660 pFormat = atoi(prop);
661 if (pFormat == 1) {
    [all...]
  /external/icu/icu4c/source/test/intltest/
numfmtst.cpp     [all...]
  /device/google/marlin/camera/QCamera2/HAL/
QCameraParameters.cpp     [all...]

Completed in 194 milliseconds