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

  /frameworks/base/libs/hwui/
PatchCache.h 70 xCount(0), yCount(0), emptyCount(0), colorKey(0) {
76 const int8_t emptyCount, const uint32_t colorKey):
80 emptyCount(emptyCount), colorKey(colorKey) {
91 LTE_INT(colorKey) return false;
110 uint32_t colorKey;
PatchCache.cpp 59 uint32_t colorKey = 0;
65 colorKey |= 0x1 << i;
76 pixelWidth, pixelHeight, width, height, transparentQuads, colorKey);
90 mesh->updateColorKey(colorKey);
100 } else if (!mesh->matches(xDivs, yDivs, colorKey)) {
Patch.h 54 void updateColorKey(const uint32_t colorKey);
56 bool matches(const int32_t* xDivs, const int32_t* yDivs, const uint32_t colorKey);
Patch.cpp 75 void Patch::updateColorKey(const uint32_t colorKey) {
76 mColorKey = colorKey;
79 bool Patch::matches(const int32_t* xDivs, const int32_t* yDivs, const uint32_t colorKey) {
80 if (mColorKey != colorKey) {
81 updateColorKey(colorKey);
  /hardware/ti/omap3/omx/video/src/openmax_il/prepost_processor/inc/
OMX_VPP_Utils.h 420 OMX_U8 *colorKey;
  /packages/providers/CalendarProvider/tests/src/com/android/providers/calendar/
CalendarProvider2Test.java     [all...]
  /hardware/ti/omap3/omx/video/src/openmax_il/prepost_processor/src/
OMX_VPP.c 634 OMX_U8 colorKey[3] = {3,5,250}; /*RGB*/
751 OMX_MALLOC(pComponentPrivate->colorKey, 3 * sizeof(OMX_U8));
752 pTemp = memcpy (pComponentPrivate->colorKey, (OMX_U8 *)colorKey,(3 * sizeof(OMX_U8)));
    [all...]
OMX_VPP_Utils.c     [all...]
  /hardware/ti/omap3/omx/video/src/openmax_il/prepost_processor/tests/
VPPTest.c     [all...]
  /prebuilts/tools/common/eclipse/
org.eclipse.ui.workbench.texteditor_3.6.1.r361_v20100714-0800.jar 
org.eclipse.jface_3.4.2.M20090107-0800.jar 
org.eclipse.jface_3.6.2.M20110210-1200.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.jface_3.6.1.M20100825-0800.jar 

Completed in 212 milliseconds