OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:texHeight
(Results
1 - 6
of
6
) sorted by null
/packages/apps/Gallery2/src/com/android/gallery3d/ui/
UploadedTexture.java
227
int
texHeight
= getTextureHeight();
229
Utils.assertTrue(bWidth <= texWidth && bHeight <=
texHeight
);
254
if (bWidth == texWidth && bHeight ==
texHeight
) {
262
texWidth,
texHeight
, 0, format, type, null);
268
Bitmap line = getBorderLine(true, config,
texHeight
);
280
Bitmap line = getBorderLine(true, config,
texHeight
);
286
if (mBorder + bHeight <
texHeight
) {
GLCanvasImpl.java
408
int
texHeight
= texture.getTextureHeight();
412
source.top /=
texHeight
;
413
source.bottom /=
texHeight
;
422
float yBound = (float) height /
texHeight
;
/frameworks/native/libs/gui/tests/
SurfaceTexture_test.cpp
691
const int
texHeight
= 66;
694
texWidth,
texHeight
, HAL_PIXEL_FORMAT_YV12));
708
fillYV12Buffer(img, texWidth,
texHeight
, buf->getStride());
717
glViewport(0, 0, texWidth,
texHeight
);
736
const int
texHeight
= 64;
739
texWidth,
texHeight
, HAL_PIXEL_FORMAT_YV12));
753
fillYV12Buffer(img, texWidth,
texHeight
, buf->getStride());
762
glViewport(0, 0, texWidth,
texHeight
);
781
const int
texHeight
= 66;
784
texWidth,
texHeight
, HAL_PIXEL_FORMAT_YV12))
[
all
...]
/external/skia/samplecode/
SampleVertices.cpp
163
void make_fan(Rec* rec, int texWidth, int
texHeight
) {
165
const SkScalar ty = SkIntToScalar(
texHeight
);
193
void make_strip(Rec* rec, int texWidth, int
texHeight
) {
195
const SkScalar ty = SkIntToScalar(
texHeight
);
SampleSlides.cpp
362
void make_fan(Rec* rec, int texWidth, int
texHeight
) {
364
const SkScalar ty = SkIntToScalar(
texHeight
);
392
void make_strip(Rec* rec, int texWidth, int
texHeight
) {
394
const SkScalar ty = SkIntToScalar(
texHeight
);
/development/samples/HelloEffects/src/com/example/android/mediafx/
TextureRenderer.java
93
public void updateTextureSize(int texWidth, int
texHeight
) {
95
mTexHeight =
texHeight
;
Completed in 471 milliseconds