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

  /hardware/qcom/media/msm8974/libc2dcolorconvert/
C2DColorConverter.cpp 95 C2D_OBJECT mBlit;
157 memset((void*)&mBlit,0,sizeof(C2D_OBJECT));
158 mBlit.source_rect.x = 0 << 16;
159 mBlit.source_rect.y = 0 << 16;
160 mBlit.source_rect.width = srcWidth << 16;
161 mBlit.source_rect.height = srcHeight << 16;
162 mBlit.target_rect.x = 0 << 16;
163 mBlit.target_rect.y = 0 << 16;
164 mBlit.target_rect.width = dstWidth << 16;
165 mBlit.target_rect.height = dstHeight << 16
    [all...]
  /hardware/qcom/media/msm8996/libc2dcolorconvert/
C2DColorConverter.cpp 98 C2D_OBJECT mBlit;
179 memset((void*)&mBlit,0,sizeof(C2D_OBJECT));
180 mBlit.source_rect.x = 0 << 16;
181 mBlit.source_rect.y = 0 << 16;
182 mBlit.source_rect.width = srcWidth << 16;
183 mBlit.source_rect.height = srcHeight << 16;
184 mBlit.target_rect.x = 0 << 16;
185 mBlit.target_rect.y = 0 << 16;
186 mBlit.target_rect.width = dstWidth << 16;
187 mBlit.target_rect.height = dstHeight << 16
    [all...]
  /hardware/qcom/media/msm8998/libc2dcolorconvert/
C2DColorConverter.cpp 99 C2D_OBJECT mBlit;
182 memset((void*)&mBlit,0,sizeof(C2D_OBJECT));
183 mBlit.source_rect.x = 0 << 16;
184 mBlit.source_rect.y = 0 << 16;
185 mBlit.source_rect.width = srcWidth << 16;
186 mBlit.source_rect.height = srcHeight << 16;
187 mBlit.target_rect.x = 0 << 16;
188 mBlit.target_rect.y = 0 << 16;
189 mBlit.target_rect.width = dstWidth << 16;
190 mBlit.target_rect.height = dstHeight << 16
    [all...]
  /hardware/qcom/media/sdm845/libc2dcolorconvert/
C2DColorConverter.cpp 134 memset((void*)&mBlit,0,sizeof(C2D_OBJECT));
135 mBlit.source_rect.x = 0 << 16;
136 mBlit.source_rect.y = 0 << 16;
137 mBlit.source_rect.width = srcWidth << 16;
138 mBlit.source_rect.height = srcHeight << 16;
139 mBlit.target_rect.x = 0 << 16;
140 mBlit.target_rect.y = 0 << 16;
141 mBlit.target_rect.width = dstWidth << 16;
142 mBlit.target_rect.height = dstHeight << 16;
143 mBlit.config_mask = C2D_ALPHA_BLEND_NONE
    [all...]
C2DColorConverter.h 152 C2D_OBJECT mBlit;

Completed in 1379 milliseconds