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

  /external/pdfium/core/fpdfapi/page/
cpdf_pageobjectholder.cpp 79 CPDF_Dictionary* pGroup = m_pFormDict->GetDictFor("Group");
80 if (!pGroup) {
83 if (pGroup->GetStringFor("S") != "Transparency") {
87 if (pGroup->GetIntegerFor("I")) {
90 if (pGroup->GetIntegerFor("K")) {
  /frameworks/av/drm/libdrmframework/plugins/common/util/src/
MimeTypeUtil.cpp 42 const char* pGroup; // "audio/", "video/",.. should contain the last "/"
128 struct MimeGroup* pGroup;
136 pGroup = mimeGroup;
137 while (MIMETYPE_LAST != pGroup->type) {
138 if (0 == strncmp(pMimeType, pGroup->pGroup, pGroup->size)) {
141 pGroup++;
145 if (MIMETYPE_LAST != pGroup->type) {
147 len = strlen (pMimeType+pGroup->size)
    [all...]
  /external/sqlite/dist/orig/
sqlite3.c     [all...]
  /external/sqlite/dist/
sqlite3.c     [all...]

Completed in 1011 milliseconds