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

  /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/skia/src/animator/
SkDisplayApply.cpp 376 SkGroup* pGroup;
377 int oldApply = displayList.findGroup(this, &parentList, &pGroup, &thisGroup, &grandList);
432 SkGroup* pGroup = nullptr, * found = nullptr;
433 int old = maker.fDisplayList.findGroup(scope, &pList, &pGroup, &found, &gList);
  /external/pdfium/core/src/fpdfapi/fpdf_page/
fpdf_page.cpp 762 CPDF_Dictionary* pGroup = m_pFormDict->GetDict("Group");
763 if (!pGroup) {
766 if (pGroup->GetString("S") != "Transparency") {
770 if (pGroup->GetInteger("I")) {
773 if (pGroup->GetInteger("K")) {
  /external/pdfium/core/src/fpdfapi/fpdf_render/
fpdf_render_image.cpp 875 CPDF_Stream* pGroup = pSMaskDict->GetStream("G");
876 if (!pGroup) {
886 CPDF_Form form(m_pContext->m_pDocument, m_pContext->m_pPageResources, pGroup);
907 CPDF_Dictionary* pDict = pGroup->GetDict();
    [all...]
  /external/sqlite/dist/orig/
sqlite3.c     [all...]
  /external/sqlite/dist/
sqlite3.c     [all...]

Completed in 260 milliseconds